File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-06-20 Ulrike Fischer
2+ * hyperref.dtx: test if \ifmeasuring@ already exists, tagging-project issue #920
3+
142025-06-17 Ulrike Fischer
25 * hyperref.dtx: set the pdfa key automatically if an A-standard is
36 set in \DocumentMetadata. issue #387
Original file line number Diff line number Diff line change 1046010460% AMS\LaTeX\ processes all equations twice; we want to make sure
1046110461% that the hyper stuff is not executed twice, so we use the AMS
1046210462% |\ifmeasuring@|, initialized if AMS math is not used.
10463+ % change 2025-06-20: test if the switch already exist, see tagging-project issue 920.
1046310464% \begin{macrocode}
10464- \newif\ifmeasuring@\measuring@false
10465+ \ifcsname ifmeasuring@\endcsname
10466+ \else
10467+ \expandafter\newif\csname ifmeasuring@\endcsname\measuring@false
10468+ \fi
1046510469\newcommand\Hy@ifnotmeasuring[1]{#1}
1046610470\AddToHook{package/amsmath/after}
1046710471 {
You can’t perform that action at this time.
0 commit comments