diff options
author | Karl Berry <karl@freefriends.org> | 2020-02-25 22:05:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-02-25 22:05:16 +0000 |
commit | 1db862b2ec9c7feb6edc9c44b26d842240219df7 (patch) | |
tree | 207edf10a5583cc3612ad58ab2b03541fe60f292 /Master/texmf-dist/tex/latex/l3packages | |
parent | 026306ee26a95c4c9b07e9e7b2591ba9fdc6df22 (diff) |
l3 (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages')
5 files changed, 7 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty b/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty index 551e15dbd1d..9efae7c423e 100644 --- a/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +++ b/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty @@ -32,7 +32,7 @@ }% \endinput } -\ProvidesExplPackage{l3keys2e}{2020-02-14}{} +\ProvidesExplPackage{l3keys2e}{2020-02-25}{} {LaTeX2e option processing using LaTeX3 keys} \cs_generate_variant:Nn \clist_put_right:Nn { Nv } \cs_generate_variant:Nn \keys_if_exist:nnT { nx } diff --git a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty index 3007936c49e..47575d64cd9 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty @@ -33,7 +33,7 @@ \endinput } \RequirePackage{xparse} -\ProvidesExplPackage{xfp}{2020-02-14}{} +\ProvidesExplPackage{xfp}{2020-02-25}{} {L3 Floating point unit} \NewExpandableDocumentCommand \fpeval { m } { \fp_eval:n {#1} } \NewExpandableDocumentCommand \inteval { m } { \int_eval:n {#1} } diff --git a/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty b/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty index e6b317d0832..8cd79cadcb4 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty @@ -34,7 +34,7 @@ \endinput } \RequirePackage{amstext,graphicx,l3keys2e,textcomp,xparse,xtemplate} -\ProvidesExplPackage{xfrac}{2020-02-14}{} +\ProvidesExplPackage{xfrac}{2020-02-25}{} {L3 Experimental split-level fractions} \keys_define:nn { xfrac } { diff --git a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty index f8822d09fdc..38b099379ce 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty @@ -32,7 +32,7 @@ }% \endinput } -\ProvidesExplPackage{xparse}{2020-02-14}{} +\ProvidesExplPackage{xparse}{2020-02-25}{} {L3 Experimental document command parser} \tl_new:N \l__xparse_arg_spec_tl \tl_new:N \l__xparse_args_tl @@ -1126,7 +1126,7 @@ } \cs_new:Npn \__xparse_grab_D_nested:w #1 \q_nil \q_stop { \exp_not:o { \use_none:n #1 } } -\cs_set_protected_nopar:Npn \__xparse_grab_D_call:Nw #1 +\cs_new_protected_nopar:Npn \__xparse_grab_D_call:Nw #1 { \token_if_eq_catcode:NNTF + #1 { @@ -2315,10 +2315,7 @@ } \keys_set:nV { xparse } \l__xparse_options_clist \bool_if:NF \l__xparse_log_bool - { - \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } - \msg_redirect_module:nnn { LaTeX / xparse } { warning } { none } - } + { \msg_redirect_module:nnn { LaTeX / xparse } { info } { none } } %% %% %% End of file `xparse.sty'. diff --git a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty index 90f24a68d27..f2a76f35ec2 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty @@ -32,7 +32,7 @@ }% \endinput } -\ProvidesExplPackage{xtemplate}{2020-02-14}{} +\ProvidesExplPackage{xtemplate}{2020-02-25}{} {L3 Experimental prototype document functions} \tl_const:Nn \c__xtemplate_code_root_tl { template~code~>~ } \tl_const:Nn \c__xtemplate_defaults_root_tl { template~defaults~>~ } |