[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: And getting the arguments in the right order (5d55a62f)
PhelypeOleinik
phelype.oleinik at latex-project.org
Tue Mar 16 05:12:31 CET 2021
Repository : https://github.com/latex3/latex2e
On branch : gh479
Link : https://github.com/latex3/latex2e/commit/5d55a62f94e978cab367b33525f5f6e690d2643b
>---------------------------------------------------------------
commit 5d55a62f94e978cab367b33525f5f6e690d2643b
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Tue Mar 16 01:12:31 2021 -0300
And getting the arguments in the right order
>---------------------------------------------------------------
5d55a62f94e978cab367b33525f5f6e690d2643b
base/ltvers.dtx | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/base/ltvers.dtx b/base/ltvers.dtx
index 95a0d120..69cb482d 100644
--- a/base/ltvers.dtx
+++ b/base/ltvers.dtx
@@ -360,13 +360,15 @@
\def\NewModuleRelease#1#2{%
\ifx\new at modulename\@empty \else
\@latex at error{Nested \noexpand\NewModuleRelease forbidden.}\@ehd \fi
- \edef\new at modulename{#1}%
- \edef\new at moduledate{#2}%
+ \edef\new at modulename{#2}%
+ \edef\new at moduledate{#1}%
\GenericInfo{}{BEGIN module: \new at modulename\space (\new at moduledate)}%
\ifnum\sourceLaTeXdate<%
\expandafter\@parse at version\new at moduledate//00\@nil\relax
+ \GenericInfo{}{Applying module \new at modulename}
\@skipping at modulefalse
\else
+ \GenericInfo{}{Skipping module \new at modulename}
\@skipping at moduletrue
\expandafter\new at module@skip
\fi}
More information about the latex3-commits
mailing list.