diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-12 23:14:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-12 23:14:54 +0000 |
commit | dad5d555511f1efe4370058c5c49baa1ab19a5bb (patch) | |
tree | 2cbc73841729af11e62c7c9d4b4de86fa12e4ace /Master/texmf-dist/source/latex/l3packages/xtemplate | |
parent | c9172879c19139ba8d262e615a535073caea2e54 (diff) |
l3packages (11aug11)
git-svn-id: svn://tug.org/texlive/trunk@23525 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.dtx | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx index bdca9d69f82..38eb9ec60f9 100644 --- a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx +++ b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx @@ -40,7 +40,7 @@ % %<*driver|package> \RequirePackage{expl3} -\GetIdInfo$Id: xtemplate.dtx 2492 2011-07-02 13:40:38Z joseph $ +\GetIdInfo$Id: xtemplate.dtx 2523 2011-08-08 22:11:50Z mittelba $ {L3 Experimental prototype document functions} %</driver|package> %<*driver> @@ -664,7 +664,7 @@ % % A check to make sure that \pkg{expl3} is not too old % \begin{macrocode} -\@ifpackagelater { l3token } { 2011/07/02 } +\@ifpackagelater { expl3 } { 2011/08/10 } { } { \PackageError { xtemplate } { Support~package~l3kernel~too~old. } @@ -891,7 +891,7 @@ % \end{macro} % % \begin{macro}{\xtemplate_execute_if_keytype_exist:nT} -% \begin{macro}{\xtemplate_execute_if_keytype_exist:oF} +% \begin{macro}{\xtemplate_execute_if_keytype_exist:oT} % The test for valid keytypes looks for a function to set up the key, % which is part of the \enquote{code} side of the template definition. % This avoids having different lists for the two parts of the process. @@ -942,7 +942,7 @@ % \begin{macrocode} \prg_new_conditional:Npnn \xtemplate_if_key_value:n #1 { T } { - \str_if_eq:noTF { \KeyValue } { \tl_head:w #1 \q_stop } + \str_if_eq:noTF { \KeyValue } { \tl_head:w #1 \q_nil \q_stop } {\prg_return_true: } { \prg_return_false: } } @@ -955,7 +955,7 @@ % \begin{macrocode} \prg_new_conditional:Npnn \xtemplate_if_eval_now:n #1 { TF } { - \str_if_eq:noTF { \EvaluateNow } { \tl_head:w #1 \q_stop } + \str_if_eq:noTF { \EvaluateNow } { \tl_head:w #1 \q_nil \q_stop } { \prg_return_true: } { \prg_return_false: } } @@ -980,7 +980,7 @@ % \begin{macrocode} \prg_new_conditional:Npnn \xtemplate_if_use_template:n #1 { TF } { - \str_if_eq:noTF { \UseTemplate } { \tl_head:w #1 \q_stop } + \str_if_eq:noTF { \UseTemplate } { \tl_head:w #1 \q_nil \q_stop } { \prg_return_true: } { \prg_return_false: } } @@ -1568,7 +1568,7 @@ \l_xtemplate_key_name_tl {#1} } { - \str_if_eq:noTF {#1} { \tl_head:w #1 \q_stop } + \str_if_eq:noTF {#1} { \tl_head:w #1 \q_nil \q_stop } { \cs_if_exist:NTF #1 { @@ -1596,7 +1596,7 @@ { \tl_if_empty:nTF {#1} { - \str_if_eq:noTF {#2} { \tl_head:w #2 \q_stop } + \str_if_eq:noTF {#2} { \tl_head:w #2 \q_nil \q_stop } { \cs_if_exist:NTF #2 { |