summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3packages
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-18 20:10:06 +0000
committerKarl Berry <karl@freefriends.org>2021-06-18 20:10:06 +0000
commita54b5d30860ad08a82b41adaa4ce3b1dfa1dd7e6 (patch)
treef877caf22273ef3b268bda53915e064ce5329e16 /Master/texmf-dist/tex/latex/l3packages
parentcf7fedf4d61e556c21b230441f7823d6057dd60a (diff)
l3 (18jun21)
git-svn-id: svn://tug.org/texlive/trunk@59627 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages')
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty2
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty2
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xfrac/xfrac.sty2
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty16
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty2
5 files changed, 14 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 2825f5fec37..0be9d56c5d3 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}{2021-06-01}{}
+\ProvidesExplPackage{l3keys2e}{2021-06-18}{}
{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 21b39e5ae24..995d576709f 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xfp/xfp.sty
@@ -32,7 +32,7 @@
}%
\endinput
}
-\ProvidesExplPackage{xfp}{2021-06-01}{}
+\ProvidesExplPackage{xfp}{2021-06-18}{}
{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 44730f73b63..20ca20f2472 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}{2021-06-01}{}
+\ProvidesExplPackage{xfrac}{2021-06-18}{}
{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 4874acbf24b..b11af04ad95 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
@@ -60,21 +60,26 @@
}
}
\ExplSyntaxOff
-\ProvidesExplPackage{xparse}{2021-06-01}{}
+\ProvidesExplPackage{xparse}{2021-06-18}{}
{L3 Experimental document command parser}
\clist_new:N \l__cmd_options_clist
\DeclareOption* { \clist_put_right:NV \l__cmd_options_clist \CurrentOption }
\ProcessOptions \relax
\cs_set_protected:Npn \__cmd_tmp:w #1
{
- \keys_define:nn { ltcmd }
+ \keys_define:nn {#1}
{
log-declarations .bool_set:N = \l__cmd_log_bool ,
log-declarations .initial:n = false
}
- \keys_set:nV { ltcmd } \l__cmd_options_clist
+ \keys_set:nV {#1} \l__cmd_options_clist
\bool_if:NF \l__cmd_log_bool
- { \msg_redirect_module:nnn { LaTeX / ltcmd } { info } { none } }
+ { \msg_redirect_module:nnn { LaTeX / #1 } { info } { none } }
+ \cs_new_protected:Npn \__cmd_unknown_argument_type_error:n ##1
+ {
+ \__kernel_msg_error:nnxx {#1} { unknown-argument-type }
+ { \__cmd_environment_or_command: } { \tl_to_str:n {##1} }
+ }
}
\msg_if_exist:nnTF { cmd } { define-command }
{ \__cmd_tmp:w { cmd } }
@@ -85,8 +90,7 @@
\int_incr:N \l__cmd_current_arg_int
\cs_if_exist_use:cF { __cmd_normalize_type_ \tl_to_str:n {#1} :w }
{
- \__kernel_msg_error:nnxx { ltcmd } { unknown-argument-type }
- { \__cmd_environment_or_command: } { \tl_to_str:n {#1} }
+ \__cmd_unknown_argument_type_error:n {#1}
\__cmd_bad_def:wn
}
}
diff --git a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty
index f56d3558d0d..84cf0b86dd7 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}{2021-06-01}{}
+\ProvidesExplPackage{xtemplate}{2021-06-18}{}
{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~>~ }