[latex3-commits] [git/LaTeX3-latex3-latex2e] gh479: Test for \NewModuleRelease block, regardless if skipping (49c85e22)

PhelypeOleinik phelype.oleinik at latex-project.org
Thu Mar 18 03:33:17 CET 2021


Repository : https://github.com/latex3/latex2e
On branch  : gh479
Link       : https://github.com/latex3/latex2e/commit/49c85e2280a079ae7389100d352aea208fb82a4c

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

commit 49c85e2280a079ae7389100d352aea208fb82a4c
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Wed Mar 17 23:33:17 2021 -0300

    Test for \NewModuleRelease block, regardless if skipping


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

49c85e2280a079ae7389100d352aea208fb82a4c
 base/ltvers.dtx | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/base/ltvers.dtx b/base/ltvers.dtx
index 8a9c0127..a21aa68d 100644
--- a/base/ltvers.dtx
+++ b/base/ltvers.dtx
@@ -256,7 +256,7 @@
   \@includeinreleasefalse
   \fi
   \ifnum0%
-      \if at skipping@module 1\fi
+      \ifx\new at moduledate\@empty\else 1\fi
       \ifnum \expandafter\@parse at version#1//00\@nil=0 1\fi
       =11
     \expandafter\expandafter
@@ -297,9 +297,9 @@
 %    only really needed for rolling forward. So maybe one day \dots
 %    \begin{macrocode}
     \ifnum\expandafter\@parse at version#1//00\@nil
-          >\expandafter\@parse at version\fmtversion//00\@nil
+         >\expandafter\@parse at version\fmtversion//00\@nil
       \GenericInfo{}{Skipping: \the\toks@}%
-     \expandafter\expandafter\expandafter\@gobble at IncludeInRelease
+      \expandafter\expandafter\expandafter\@gobble at IncludeInRelease
     \else
       \GenericInfo{}{Applying: \the\toks@}%
       \@includeinreleasetrue





More information about the latex3-commits mailing list.