summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/l3packages/xtemplate.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/l3packages/xtemplate.dtx')
-rw-r--r--macros/latex/contrib/l3packages/xtemplate.dtx16
1 files changed, 8 insertions, 8 deletions
diff --git a/macros/latex/contrib/l3packages/xtemplate.dtx b/macros/latex/contrib/l3packages/xtemplate.dtx
index 7a956d82bf..4aac33434a 100644
--- a/macros/latex/contrib/l3packages/xtemplate.dtx
+++ b/macros/latex/contrib/l3packages/xtemplate.dtx
@@ -5,7 +5,7 @@
% Copyright (C) 1999 Frank Mittelbach, Chris Rowley, David Carlisle
% (C) 2004-2010 Frank Mittelbach, The LaTeX Project
% (C) 2011-2024 The LaTeX Project
-%\
+%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License (LPPL), either version 1.3c of this
% license or (at your option) any later version. The latest version
@@ -46,7 +46,7 @@
% }^^A
% }
%
-% \date{Released 2024-02-18}
+% \date{Released 2024-03-14}
%
% \maketitle
%
@@ -695,8 +695,8 @@
%
% \begin{macro}{\DeclareRestrictedTemplate}
% \begin{macro}{\DeclareObjectType}
-% If the new kernel code is not loaded, make a couple of compatibility
-% additions. Otherwise, hand over to the frozen version.
+% If the new kernel code is not loaded, hand over to the frozen version.
+% Otherwise, make a couple of compatibility additions.
% \begin{macrocode}
\@ifundefined{NewTemplateType}
{%
@@ -704,12 +704,12 @@
\endinput
}
{%
- \ProvidesExplPackage{xtemplate}{2023-10-10}{}
+ \ProvidesExplPackage{xtemplate}{2024-03-14}{}
{L3 Experimental prototype document functions}
\long\protected\def\DeclareRestrictedTemplate#1#2#3#4{%
- \DeclareTemplateCopy{#1}{#3}{#2}%
- \EditTemplateDefaults{#1}{#3}{#4}%
- }%
+ \DeclareTemplateCopy{#1}{#3}{#2}%
+ \EditTemplateDefaults{#1}{#3}{#4}%
+ }%
}
\ExplSyntaxOn
\cs_new_protected:Npn \DeclareObjectType #1#2