[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Update xparse to 2020-10-27 (d7fbcb0d)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Oct 27 12:16:42 CET 2020
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/d7fbcb0df606ef8977cf6b364dde6c37d3855038
>---------------------------------------------------------------
commit d7fbcb0df606ef8977cf6b364dde6c37d3855038
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Oct 27 11:16:42 2020 +0000
Update xparse to 2020-10-27
>---------------------------------------------------------------
d7fbcb0df606ef8977cf6b364dde6c37d3855038
texmf/tex/latex/l3packages/xparse/xparse.ltx | 2 +-
texmf/tex/latex/l3packages/xparse/xparse.sty | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/texmf/tex/latex/l3packages/xparse/xparse.ltx b/texmf/tex/latex/l3packages/xparse/xparse.ltx
index ff0cc4ca..386d9dc0 100644
--- a/texmf/tex/latex/l3packages/xparse/xparse.ltx
+++ b/texmf/tex/latex/l3packages/xparse/xparse.ltx
@@ -23,7 +23,7 @@
\message{xparse <2020-03-03>}%
}
\ExplSyntaxOn
-\input { xparse-generic.tex }
+\input xparse-generic.tex ~
\ExplSyntaxOff
%%
%%
diff --git a/texmf/tex/latex/l3packages/xparse/xparse.sty b/texmf/tex/latex/l3packages/xparse/xparse.sty
index 9c03b4f0..9631935b 100644
--- a/texmf/tex/latex/l3packages/xparse/xparse.sty
+++ b/texmf/tex/latex/l3packages/xparse/xparse.sty
@@ -32,7 +32,7 @@
}%
\endinput
}
-\ProvidesExplPackage{xparse}{2020-10-05}{}
+\ProvidesExplPackage{xparse}{2020-10-27}{}
{L3 Experimental document command parser}
\clist_new:N \l__xparse_options_clist
\DeclareOption* { \clist_put_right:NV \l__xparse_options_clist \CurrentOption }
@@ -45,7 +45,7 @@
\keys_set:nV { xparse } \l__xparse_options_clist
\bool_if:NF \l__xparse_log_bool
{ \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } }
-\input { xparse-generic.tex }
+\input xparse-generic.tex ~
\cs_gset_protected:Npn \__xparse_normalize_arg_spec_loop:n #1
{
\quark_if_recursion_tail_stop:n {#1}
More information about the latex3-commits
mailing list.