diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty index b210a1d7d49..0ed7ef8e49e 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty @@ -50,8 +50,8 @@ %% %% ----------------------------------------------------------------------- %% -\RequirePackage{expl3}[2012/09/05] -\@ifpackagelater{expl3}{2012/09/05} +\RequirePackage{expl3}[2012/09/29] +\@ifpackagelater{expl3}{2012/09/29} {} {% \PackageError{xtemplate}{Support package l3kernel too old.} @@ -62,7 +62,7 @@ }% \endinput } -\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} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -1075,7 +1075,7 @@ \__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 } } \cs_new_protected_nopar:Npn \__xtemplate_show_values:nnn #1#2#3 @@ -1087,14 +1087,14 @@ { \__msg_term:nnnnn { xtemplate } { show-no-values } {#1} {#2} {#3} - \__msg_show_variable:x { } + \__msg_show_variable:n { } } { \prop_pop:NnN \l__xtemplate_values_prop { from~template } \l__xtemplate_tmp_tl \__msg_term:nnnnnV { xtemplate } { show-values } {#1} {#2} {#3} \l__xtemplate_tmp_tl - \__msg_show_variable:x + \__msg_show_variable:n { \prop_map_function:NN \l__xtemplate_values_prop \__msg_show_item_unbraced:nn |