[latex3-commits] [git/LaTeX3-latex3-latex3] cmd: Pretend xparse.sty is loaded (80c892804)
PhelypeOleinik
phelype.oleinik at latex-project.org
Thu Jan 21 22:15:02 CET 2021
Repository : https://github.com/latex3/latex3
On branch : cmd
Link : https://github.com/latex3/latex3/commit/80c892804c28f444685b5cbf69c84d577a3a2f6d
>---------------------------------------------------------------
commit 80c892804c28f444685b5cbf69c84d577a3a2f6d
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date: Thu Jan 21 18:15:02 2021 -0300
Pretend xparse.sty is loaded
>---------------------------------------------------------------
80c892804c28f444685b5cbf69c84d577a3a2f6d
l3packages/xparse/xparse-2018-04-12.sty | 7 +++++--
l3packages/xparse/xparse-2020-10-01.sty | 11 +++++++----
2 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/l3packages/xparse/xparse-2018-04-12.sty b/l3packages/xparse/xparse-2018-04-12.sty
index ad10a5c5d..ad25a91fe 100644
--- a/l3packages/xparse/xparse-2018-04-12.sty
+++ b/l3packages/xparse/xparse-2018-04-12.sty
@@ -30,8 +30,11 @@
}%
\endinput
}
-\ProvidesExplPackage{xparse}{2021-01-09}{}
- {L3 Experimental document command parser}
+% \ProvidesExplPackage{xparse}{2021-01-09}{}
+% {L3 Experimental document command parser}
+\expandafter\protected at xdef\csname ver at xparse.sty\endcsname
+ {2021-01-09 L3 Experimental document command parser}
+\ExplSyntaxOn
\clist_new:N \l__xparse_options_clist
\DeclareOption* { \clist_put_right:NV \l__xparse_options_clist \CurrentOption }
\ProcessOptions \relax
diff --git a/l3packages/xparse/xparse-2020-10-01.sty b/l3packages/xparse/xparse-2020-10-01.sty
index 26e114b53..ff27d13ea 100644
--- a/l3packages/xparse/xparse-2020-10-01.sty
+++ b/l3packages/xparse/xparse-2020-10-01.sty
@@ -1,5 +1,5 @@
%%
-%% This is file `xparse-2018-04-12.sty', generated from
+%% This is file `xparse-2020-10-01.sty', generated from
%% xparse.dtx (with options: `package', on 2021-01-20)
%% then adapted and frozen for compatibility. Development of
%% xparse.dtx will continue in the LaTeX2e kernel as ltcmd.dtx.
@@ -30,8 +30,11 @@
}%
\endinput
}
-\ProvidesExplPackage{xparse}{2020-10-27}{}
- {L3 Experimental document command parser}
+% \ProvidesExplPackage{xparse}{2021-01-09}{}
+% {L3 Experimental document command parser}
+\expandafter\protected at xdef\csname ver at xparse.sty\endcsname
+ {2021-01-09 L3 Experimental document command parser}
+\ExplSyntaxOn
\clist_new:N \l__xparse_options_clist
\DeclareOption* { \clist_put_right:NV \l__xparse_options_clist \CurrentOption }
\ProcessOptions \relax
@@ -168,4 +171,4 @@
\cs_new_eq:NN \@@_expandable_grab_u:w \prg_do_nothing:
%%
%%
-%% End of file `xparse.sty'.
+%% End of file `xparse-2020-10-01.sty'.
More information about the latex3-commits
mailing list.