From fc732340b62b41cedbe82bcb3675a86c65343a21 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 3 Sep 2020 03:01:14 +0000 Subject: CTAN sync 202009030301 --- macros/latex/contrib/l3kernel/l3expan.dtx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'macros/latex/contrib/l3kernel/l3expan.dtx') diff --git a/macros/latex/contrib/l3kernel/l3expan.dtx b/macros/latex/contrib/l3kernel/l3expan.dtx index d2ef71dac4..df3b71d9a8 100644 --- a/macros/latex/contrib/l3kernel/l3expan.dtx +++ b/macros/latex/contrib/l3kernel/l3expan.dtx @@ -43,7 +43,7 @@ % }^^A % } % -% \date{Released 2020-08-07} +% \date{Released 2020-09-01} % % \maketitle % @@ -504,6 +504,7 @@ % { % \exp_args:NNNo, % \exp_args:NNNV, +% \exp_args:NNNv, % \exp_args:Nccc, % \exp_args:NcNc, % \exp_args:NcNo, @@ -1365,7 +1366,8 @@ % % \begin{macro}[EXP] % { -% \exp_args:NNNV, \exp_args:NcNc, \exp_args:NcNo, +% \exp_args:NNNV, \exp_args:NNNv, +% \exp_args:NcNc, \exp_args:NcNo, % \exp_args:Ncco, % } % A few more that we can hand-tune. @@ -1377,6 +1379,13 @@ \exp_after:wN #3 \exp_after:wN { \exp:w \@@_eval_register:N #4 } } +\cs_new:Npn \exp_args:NNNv #1#2#3#4 + { + \exp_after:wN #1 + \exp_after:wN #2 + \exp_after:wN #3 + \exp_after:wN { \exp:w \@@_eval_register:c {#4} } + } \cs_new:Npn \exp_args:NcNc #1#2#3#4 { \exp_after:wN #1 -- cgit v1.2.3