summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-06 01:22:25 +0000
committerKarl Berry <karl@freefriends.org>2012-02-06 01:22:25 +0000
commita9533a6794104fad593912e3481304047dcd0025 (patch)
treef07323a55f2fcce31eb88053cf3400087ccdb306 /Master/texmf-dist/tex
parent88ad42f78998b5210fa58a05e2e7750f897b2550 (diff)
l3packages 3287
git-svn-id: svn://tug.org/texlive/trunk@25307 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty6
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty6
-rw-r--r--Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty7
3 files changed, 10 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty b/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
index 89ae6dcdd14..fea54df4ea1 100644
--- a/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty
@@ -46,8 +46,8 @@
%%
%% -----------------------------------------------------------------------
%%
-\RequirePackage{expl3}[2012/01/19]
-\@ifpackagelater{expl3}{2012/01/19}
+\RequirePackage{expl3}[2012/01/31]
+\@ifpackagelater{expl3}{2012/01/31}
{}
{
\PackageError{l3keys2e}{Support package l3kernel too old.}
@@ -59,7 +59,7 @@
\endinput
}
\RequirePackage{xparse}
-\GetIdInfo$Id: l3keys2e.dtx 3207 2012-01-19 08:50:24Z joseph $
+\GetIdInfo$Id: l3keys2e.dtx 3285 2012-01-31 21:49:24Z joseph $
{LaTeX2e option processing using LaTeX3 keys}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
diff --git a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
index 4c6955b7daf..1c27921509c 100644
--- a/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.sty
+++ b/Master/texmf-dist/tex/latex/l3packages/xparse/xparse.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{xparse}{Support package l3kernel too old.}
@@ -62,7 +62,7 @@
}
\endinput
}
-\GetIdInfo$Id: xparse.dtx 3209 2012-01-19 09:21:50Z joseph $
+\GetIdInfo$Id: xparse.dtx 3285 2012-01-31 21:49:24Z joseph $
{L3 Experimental document command parser}
\ProvidesExplPackage
{\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription}
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 }