diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx b/Master/texmf-dist/source/latex/l3packages/xtemplate/xtemplate.dtx index a75943d993f..a2f71165c4f 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 2607 2011-08-17 16:43:25Z joseph $ +\GetIdInfo$Id: xtemplate.dtx 2678 2011-08-28 07:02:32Z joseph $ {L3 Experimental prototype document functions} %</driver|package> %<*driver> @@ -658,7 +658,7 @@ % % A check to make sure that \pkg{expl3} is not too old % \begin{macrocode} -\@ifpackagelater { expl3 } { 2011/08/17 } +\@ifpackagelater { expl3 } { 2011/08/28 } { } { \PackageError { xtemplate } { Support~package~l3kernel~too~old. } @@ -1132,7 +1132,7 @@ % starts by checking that the object type exists and that the number of % arguments required agree. If that is all fine, then the two storage % areas for defaults and keytypes are initialised. The mechanism is then -% set up for the \pkg{l3keyval} module to actually parse the keys. +% set up for the \pkg{l3keys} module to actually parse the keys. % Finally, the code hands of to the storage routine to save the parsed % information properly. % \begin{macrocode} |