texlive[72968] Master/texmf-dist: firstaid (25nov24)
commits+karl at tug.org
commits+karl at tug.org
Mon Nov 25 22:11:22 CET 2024
Revision: 72968
https://tug.org/svn/texlive?view=revision&revision=72968
Author: karl
Date: 2024-11-25 22:11:22 +0100 (Mon, 25 Nov 2024)
Log Message:
-----------
firstaid (25nov24)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt
trunk/Master/texmf-dist/doc/latex/firstaid/latex2e-first-aid-for-external-files.pdf
trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx
trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx
Modified: trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt 2024-11-25 21:11:11 UTC (rev 72967)
+++ trunk/Master/texmf-dist/doc/latex/firstaid/changes.txt 2024-11-25 21:11:22 UTC (rev 72968)
@@ -1,3 +1,15 @@
+2024-11-24 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * latex2e-first-aid-for-external-files.dtx: add iftag at -test to cleveref firstaid for issue #1560
+
+2024-11-08 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * latex2e-first-aid-for-external-files.dtx: add missing \expandafter for issue #1544
+
+2024-11-04 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
+
+ * latex2e-first-aid-for-external-files.dtx: correct spurious space
+
2024-10-16 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
* latex2e-first-aid-for-external-files.dtx: extend firstaid for cleveref
Modified: trunk/Master/texmf-dist/doc/latex/firstaid/latex2e-first-aid-for-external-files.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx 2024-11-25 21:11:11 UTC (rev 72967)
+++ trunk/Master/texmf-dist/source/latex/firstaid/latex2e-first-aid-for-external-files.dtx 2024-11-25 21:11:22 UTC (rev 72968)
@@ -111,8 +111,8 @@
% \end{macrocode}
%
% \begin{macrocode}
-\def\LaTeXFirstAidDate{2024/10/16}
-\def\LaTeXFirstAidVersion{v1.1g}
+\def\LaTeXFirstAidDate{2024/11/24}
+\def\LaTeXFirstAidVersion{v1.1j}
% \end{macrocode}
%
% \begin{macrocode}
@@ -737,14 +737,19 @@
\aftergroup\firstaid at cref@smugglelabel
}
% \end{macrocode}
-% we test if \cs{@currentcounter} is empty for unnumbered sections
+% we test if \cs{@currentcounter} is empty for unnumbered sections
+% \changes{v1.1h}{2024/11/01}{fix spurious space}
+% \changes{v1.1j}{2024/11/24}{add \cs{iftag@} test, issue \#1560}
% \begin{macrocode}
+ \newif\iftag@
\AddToHook{label}[firstaid/cleveref]
{\ifx
\@currentcounter\@empty
\else
- \firstaid at cref@updatelabeldata{\@currentcounter}
- \fi}
+ \iftag@\else
+ \firstaid at cref@updatelabeldata{\@currentcounter}%
+ \fi
+ \fi}
}%
}
% \end{macrocode}
Modified: trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx 2024-11-25 21:11:11 UTC (rev 72967)
+++ trunk/Master/texmf-dist/tex/latex/firstaid/latex2e-first-aid-for-external-files.ltx 2024-11-25 21:11:22 UTC (rev 72968)
@@ -34,8 +34,8 @@
%%
%% The LaTeX Project and any individual authors listed elsewhere
%% in this file.
-\def\LaTeXFirstAidDate{2024/10/16}
-\def\LaTeXFirstAidVersion{v1.1g}
+\def\LaTeXFirstAidDate{2024/11/24}
+\def\LaTeXFirstAidVersion{v1.1j}
\ProvidesFile{latex2e-first-aid-for-external-files.ltx}
[\LaTeXFirstAidDate\space \LaTeXFirstAidVersion\space
LaTeX kernel fixes to external files and packages]
@@ -239,11 +239,14 @@
\csname p@#1\endcsname\csname the#1\endcsname}%
\aftergroup\firstaid at cref@smugglelabel
}
+ \newif\iftag@
\AddToHook{label}[firstaid/cleveref]
{\ifx
\@currentcounter\@empty
\else
- \firstaid at cref@updatelabeldata{\@currentcounter}
+ \iftag@\else
+ \firstaid at cref@updatelabeldata{\@currentcounter}%
+ \fi
\fi}
}%
}
More information about the tex-live-commits
mailing list.