diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-06 09:35:13 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2012-10-06 09:35:13 +0000 |
commit | f9ceacdd956350b95fd9aaed33b4a932ae789bc0 (patch) | |
tree | 2f12f78ae53917d89494290b3be9e69e09df16ba /Master/texmf-dist/source/latex | |
parent | 11eb9a3891b7dd3261bf06e2421e6ae87aba4153 (diff) |
l3packages update
git-svn-id: svn://tug.org/texlive/trunk@27899 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
3 files changed, 13 insertions, 13 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx b/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx index d7a7864af21..8ea654af052 100644 --- a/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx +++ b/Master/texmf-dist/source/latex/l3packages/l3keys2e/l3keys2e.dtx @@ -37,8 +37,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2012/09/05] -%<package>\@ifpackagelater{expl3}{2012/09/05} +\RequirePackage{expl3}[2012/09/29] +%<package>\@ifpackagelater{expl3}{2012/09/29} %<package> {} %<package> {% %<package> \PackageError{l3keys2e}{Support package l3kernel too old.} @@ -50,7 +50,7 @@ %<package> \endinput %<package> } \RequirePackage{xparse} -\GetIdInfo$Id: l3keys2e.dtx 4205 2012-09-05 10:30:28Z joseph $ +\GetIdInfo$Id: l3keys2e.dtx 4249 2012-09-29 22:17:28Z joseph $ {LaTeX2e option processing using LaTeX3 keys} %</driver|package> %<*driver> diff --git a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx index e0733c02e94..f5b5c56f129 100644 --- a/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx +++ b/Master/texmf-dist/source/latex/l3packages/xparse/xparse.dtx @@ -41,8 +41,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2012/09/05] -%<package>\@ifpackagelater{expl3}{2012/09/05} +\RequirePackage{expl3}[2012/09/29] +%<package>\@ifpackagelater{expl3}{2012/09/29} %<package> {} %<package> {% %<package> \PackageError{xparse}{Support package l3kernel too old.} @@ -53,7 +53,7 @@ %<package> }% %<package> \endinput %<package> } -\GetIdInfo$Id: xparse.dtx 4205 2012-09-05 10:30:28Z joseph $ +\GetIdInfo$Id: xparse.dtx 4249 2012-09-29 22:17:28Z joseph $ {L3 Experimental document command parser} %</driver|package> %<*driver> diff --git a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx index ca77b8910e8..6d9b5c418f4 100644 --- a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx +++ b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx @@ -41,8 +41,8 @@ %<*driver|package> % The version of expl3 required is tested as early as possible, as % some really old versions do not define \ProvidesExplPackage. -\RequirePackage{expl3}[2012/09/05] -%<package>\@ifpackagelater{expl3}{2012/09/05} +\RequirePackage{expl3}[2012/09/29] +%<package>\@ifpackagelater{expl3}{2012/09/29} %<package> {} %<package> {% %<package> \PackageError{xtemplate}{Support package l3kernel too old.} @@ -53,7 +53,7 @@ %<package> }% %<package> \endinput %<package> } -\GetIdInfo$Id: xtemplate.dtx 4205 2012-09-05 10:30:28Z joseph $ +\GetIdInfo$Id: xtemplate.dtx 4249 2012-09-29 22:17:28Z joseph $ {L3 Experimental prototype document functions} %</driver|package> %<*driver> @@ -2463,14 +2463,14 @@ \__msg_term:nnnnn { xtemplate } { \prop_if_empty:NTF #1 { show-no-attribute } { show-attribute } } {#2} {#3} {#4} - \__msg_show_variable:x + \__msg_show_variable:n { \prop_map_function:NN #1 \__msg_show_item_unbraced:nn } } % \end{macrocode} % \end{macro} % \end{macro} % -% \begin{macro}{\template_show_values:nnn} +% \begin{macro}{\@@_show_values:nnn} % Instance values are a little more complex, as there are the collection % and template to consider. % \begin{macrocode} @@ -2483,14 +2483,14 @@ { \__msg_term:nnnnn { xtemplate } { show-no-values } {#1} {#2} {#3} - \__msg_show_variable:x { } + \__msg_show_variable:n { } } { \prop_pop:NnN \l_@@_values_prop { from~template } \l_@@_tmp_tl \__msg_term:nnnnnV { xtemplate } { show-values } {#1} {#2} {#3} \l_@@_tmp_tl - \__msg_show_variable:x + \__msg_show_variable:n { \prop_map_function:NN \l_@@_values_prop \__msg_show_item_unbraced:nn |