summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/l3packages/xtemplate
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2012-10-06 09:35:13 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2012-10-06 09:35:13 +0000
commitf9ceacdd956350b95fd9aaed33b4a932ae789bc0 (patch)
tree2f12f78ae53917d89494290b3be9e69e09df16ba /Master/texmf-dist/source/latex/l3packages/xtemplate
parent11eb9a3891b7dd3261bf06e2421e6ae87aba4153 (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/l3packages/xtemplate')
-rw-r--r--Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx14
1 files changed, 7 insertions, 7 deletions
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