[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: In latexrelease.sty we do have \@parse at version (9adec21a)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Mar 18 20:46:48 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh479
Link       : https://github.com/latex3/latex2e/commit/9adec21a6a4e5f66710b3d9485946cfbbd0b00ff

>---------------------------------------------------------------

commit 9adec21a6a4e5f66710b3d9485946cfbbd0b00ff
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Thu Mar 18 16:46:48 2021 -0300

    In latexrelease.sty we do have \@parse at version


>---------------------------------------------------------------

9adec21a6a4e5f66710b3d9485946cfbbd0b00ff
 base/latexrelease.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/latexrelease.dtx b/base/latexrelease.dtx
index 6fb6acd7..e3900892 100644
--- a/base/latexrelease.dtx
+++ b/base/latexrelease.dtx
@@ -400,8 +400,8 @@
 %   to the missing macro.
 %    \begin{macrocode}
 \@ifundefined{sourceLaTeXdate}{%
-  \def\reserved at a#1-#2-#3-{#1#2#3}%
-  \edef\sourceLaTeXdate{\expandafter\reserved at a\fmtversion- }}{}%
+  \edef\sourceLaTeXdate{%
+    \expandafter\@parse at version\fmtversion//00\@nil}}{}%
 %    \end{macrocode}
 % \end{macro}
 %





More information about the latex3-commits mailing list.