Skip to content

Commit 223bbbd

Browse files
committed
add group, issue #380
1 parent e129287 commit 223bbbd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2025-05-20 Ulrike Fischer
2+
* hyperref.dtx: added a group in the xetex driver, issue #380.
3+
14
2024-11-05 Ulrike Fischer
25
* hyperref-linktarget.dtx: add a kern to guard anchor in para hook.
36

hyperref.dtx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14337,8 +14337,12 @@
1433714337
\def\hyper@link#1#2#3{%
1433814338
\hyper@linkstart{#1}{#2}#3\Hy@xspace@end\hyper@linkend
1433914339
}
14340+
% \end{macrocode}
14341+
% 2025-05-20 added a group for issue \#380
14342+
% \begin{macrocode}
1434014343
\def\hyper@linkfile#1#2#3{%
1434114344
\leavevmode
14345+
\begingroup
1434214346
\Hy@BeginAnnot{%
1434314347
\def\Hy@pstringF{#2}%
1434414348
\Hy@CleanupFile\Hy@pstringF
@@ -14374,6 +14378,7 @@
1437414378
}%
1437514379
#1\Hy@xspace@end
1437614380
\Hy@EndAnnot
14381+
\endgroup
1437714382
}
1437814383
\def\@hyper@launch run:#1\\#2#3{% filename, anchor text linkname
1437914384
\leavevmode

0 commit comments

Comments
 (0)