diff options
author | Karl Berry <karl@freefriends.org> | 2012-02-06 01:22:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-02-06 01:22:25 +0000 |
commit | a9533a6794104fad593912e3481304047dcd0025 (patch) | |
tree | f07323a55f2fcce31eb88053cf3400087ccdb306 /Master/texmf-dist/tex/latex/l3packages/xtemplate | |
parent | 88ad42f78998b5210fa58a05e2e7750f897b2550 (diff) |
l3packages 3287
git-svn-id: svn://tug.org/texlive/trunk@25307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3packages/xtemplate')
-rw-r--r-- | Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty index a7d0663e2b8..e492449a0d1 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/01/19] -\@ifpackagelater{expl3}{2012/01/19} +\RequirePackage{expl3}[2012/01/31] +\@ifpackagelater{expl3}{2012/01/31} {} { \PackageError{xtemplate}{Support package l3kernel too old.} @@ -62,7 +62,7 @@ } \endinput } -\GetIdInfo$Id: xtemplate.dtx 3207 2012-01-19 08:50:24Z joseph $ +\GetIdInfo$Id: xtemplate.dtx 3285 2012-01-31 21:49:24Z joseph $ {L3 Experimental prototype document functions} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} @@ -568,6 +568,7 @@ \prg_case_str:onn \l_xtemplate_keytype_tl { { boolean } { \bool_new:N #1 } + { commalist } { \clist_new:N #1 } { function } { \cs_new:Npn #1 { } } { instance } { \cs_new_protected:Npn #1 { } } { integer } { \int_new:N #1 } |