[latex3-commits] [git/LaTeX3-latex3-latex3] cmd: \ExplSyntaxOff before quitting the file (0cb178653)
PhelypeOleinik
phelype.oleinik at latex-project.org
Sat Jan 23 21:03:35 CET 2021
Repository : https://github.com/latex3/latex3
On branch : cmd
Link : https://github.com/latex3/latex3/commit/0cb1786537b6e5d02f0718fa9888f67631059b51
>---------------------------------------------------------------
commit 0cb1786537b6e5d02f0718fa9888f67631059b51
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Sat Jan 23 17:03:35 2021 -0300
\ExplSyntaxOff before quitting the file
>---------------------------------------------------------------
0cb1786537b6e5d02f0718fa9888f67631059b51
l3packages/xparse/xparse.dtx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/l3packages/xparse/xparse.dtx b/l3packages/xparse/xparse.dtx
index 9d88ef552..591f2bcba 100644
--- a/l3packages/xparse/xparse.dtx
+++ b/l3packages/xparse/xparse.dtx
@@ -1004,9 +1004,10 @@
\cs_if_free:NTF \NewDocumentCommand
{
\IfFormatAtLeastTF{2020/10/01}
-%<2ekernel> {\@@input xparse-generic.tex }
+%<2ekernel> {\@@@@input xparse-generic.tex }
%<package> {\RequirePackage{xparse-2020-10-01}}
{\RequirePackage{xparse-2018-04-12}}
+ \ExplSyntaxOff
\file_input_stop:
}
% \begin{macrocode}
@@ -1023,6 +1024,7 @@
\cs_if_exist:NF \@@_start:nNNnnn
{
\RequirePackage{xparse-2020-10-01}
+ \ExplSyntaxOff
\file_input_stop:
}
}
More information about the latex3-commits
mailing list.