[latex3-commits] [git/LaTeX3-latex3-latex2e] gh217: Update ltfiles.dtx to keep the spaces need for space delimted \@include (d9f9fd54)

Johannes Braams texniek at braams.xs4all.nl
Mon May 4 23:29:33 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh217
Link       : https://github.com/latex3/latex2e/commit/d9f9fd54a2fefd9dd08f951089d313af3f9f7824

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

commit d9f9fd54a2fefd9dd08f951089d313af3f9f7824
Author: Johannes Braams <texniek at braams.xs4all.nl>
Date:   Mon May 4 23:29:33 2020 +0200

    Update ltfiles.dtx to keep the spaces need for space delimted \@include


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

d9f9fd54a2fefd9dd08f951089d313af3f9f7824
 base/ltfiles.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/ltfiles.dtx b/base/ltfiles.dtx
index a889d02c..c3c77081 100644
--- a/base/ltfiles.dtx
+++ b/base/ltfiles.dtx
@@ -32,7 +32,7 @@
 %<*driver>
 % \fi
 \ProvidesFile{ltfiles.dtx}
-             [2020-05-03 v1.2g LaTeX Kernel (File Handling)]
+             [2020-05-04 v1.2g LaTeX Kernel (File Handling)]
 % \iffalse
 \documentclass{ltxdoc}
 \GetFileInfo{ltfiles.dtx}
@@ -599,7 +599,7 @@
     \@latex at error{\string\include\space cannot be nested}\@eha
   \else
     \set at curr@file at trim@spaces{#1}%
-    \expandafter\@include\expandafter{\@curr at file} %
+    \expandafter\@include\expandafter{\@curr at file} %compatibility with space delimited @include
   \fi}
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.