diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-24 21:33:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-24 21:33:14 +0000 |
commit | 4659d41ea5da1bb6a6cde1a4d1cdabd339c6a053 (patch) | |
tree | 67f5f637dae41d69727f3c018a3ac832ccf16c02 /Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty | |
parent | 45753dabbb93091efcea2a70996bcbdc51a39761 (diff) |
l3
git-svn-id: svn://tug.org/texlive/trunk@37947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty index 880ef38681d..64fa70a81f5 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}[2015/06/15] -\@ifpackagelater{expl3}{2015/06/15} +\RequirePackage{expl3}[2015/07/14] +\@ifpackagelater{expl3}{2015/07/14} {} {% \PackageError{xtemplate}{Support package l3kernel too old} @@ -63,7 +63,7 @@ }% \endinput } -\GetIdInfo$Id: xtemplate.dtx 5630 2015-06-15 08:49:02Z joseph $ +\GetIdInfo$Id: xtemplate.dtx 5662 2015-07-14 21:32:38Z joseph $ {L3 Experimental prototype document functions} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -568,7 +568,7 @@ } \cs_new_protected_nopar:Npn \__xtemplate_create_variable:N #1 { - \str_case:onn \l__xtemplate_keytype_tl + \str_case:onF \l__xtemplate_keytype_tl { { boolean } { \bool_new:N #1 } { commalist } { \clist_new:N #1 } |