diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-26 23:00:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-26 23:00:51 +0000 |
commit | 54371d50fc6a5abc2b07e926553d7ca9cccdff74 (patch) | |
tree | 86eac8cd76591209c5d5748b423edeff3fa69013 /Master/texmf-dist/tex/latex/l3packages/xtemplate | |
parent | 43fbca5d01e622dd7c348d42b222bb87496d0bdc (diff) |
l3
git-svn-id: svn://tug.org/texlive/trunk@39491 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty index 653fa0e2249..00e7c3e19b1 100644 --- a/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty +++ b/Master/texmf-dist/tex/latex/l3packages/xtemplate/xtemplate.sty @@ -17,7 +17,7 @@ %% David Carlisle %% (C) Copyright 2004-2010 Frank Mittelbach, %% The LaTeX3 Project -%% (C) Copyright 2011-2015 The LaTeX3 Project +%% (C) Copyright 2011-2016 The LaTeX3 Project %% %% It may be distributed and/or modified under the conditions of the %% LaTeX Project Public License (LPPL), either version 1.3c of this @@ -50,8 +50,8 @@ %% %% ----------------------------------------------------------------------- %% -\RequirePackage{expl3}[2015/12/20] -\@ifpackagelater{expl3}{2015/12/20} +\RequirePackage{expl3}[2016/01/19] +\@ifpackagelater{expl3}{2016/01/19} {} {% \PackageError{xtemplate}{Support package l3kernel too old} @@ -65,8 +65,8 @@ } \def\ExplFileName{xtemplate} \def\ExplFileDescription{L3 Experimental prototype document functions} -\def\ExplFileDate{2015/12/20} -\def\ExplFileVersion{6326} +\def\ExplFileDate{2016/01/19} +\def\ExplFileVersion{6377} \ProvidesExplPackage {\ExplFileName}{\ExplFileDate}{\ExplFileVersion}{\ExplFileDescription} \tl_const:Nn \c__xtemplate_code_root_tl { template~code~>~ } |