File tree 2 files changed +8
-7
lines changed
2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 2
2
* hyperref.dtx: added a group in the xetex driver, issue #380.
3
3
* hyperref.dtx: renamed \textin to \textinsymbol, issue #377
4
4
* hyperref.dtx: remove dependency from atveryend, issue #371
5
+ * hyperref.dtx: start to remove dependy from atbegshi, issue #371
5
6
6
7
2024-11-05 Ulrike Fischer
7
8
* hyperref-linktarget.dtx: add a kern to guard anchor in para hook.
Original file line number Diff line number Diff line change 9683
9683
\let\Hy@EveryPageHook\@empty
9684
9684
\let\Hy@EveryPageBoxHook\@empty
9685
9685
\let\Hy@FirstPageHook\@empty
9686
- \AtBeginShipout {%
9686
+ \AddToHook{shipout/before} {%
9687
9687
\Hy@EveryPageHook
9688
9688
\ifx\Hy@EveryPageBoxHook\@empty
9689
9689
\else
9690
- \setbox\AtBeginShipoutBox =\vbox{%
9690
+ \setbox\ShipoutBox =\vbox{%
9691
9691
\offinterlineskip
9692
9692
\Hy@EveryPageBoxHook
9693
- \box\AtBeginShipoutBox
9693
+ \box\ShipoutBox
9694
9694
}%
9695
9695
\fi
9696
9696
}
9697
9697
\Hy@iffileloaded{hpdftex.def}{%
9698
- \AtBeginShipout {%
9698
+ \AddToHook{shipout/before} {%
9699
9699
\Hy@FirstPageHook
9700
9700
\global\let\Hy@FirstPageHook\@empty
9701
9701
}%
14230
14230
>>%
14231
14231
>>%
14232
14232
}%
14233
- \AtBeginShipout {%
14234
- \setbox\AtBeginShipoutBox =\hbox{%
14235
- \copy\AtBeginShipoutBox
14233
+ \AddToHook{shipout/before} {%
14234
+ \setbox\ShipoutBox =\hbox{%
14235
+ \copy\ShipoutBox
14236
14236
\@pdfm@mark{%
14237
14237
put @resources <<%
14238
14238
/Properties<<%
You can’t perform that action at this time.
0 commit comments