diff options
author | Norbert Preining <norbert@preining.info> | 2023-02-03 03:02:05 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2023-02-03 03:02:05 +0000 |
commit | 51763fb353423ea7fb93ae80e06803d0dbcea834 (patch) | |
tree | 86281aac726c578bd733501ea2d8a2e09b31fd0a /macros/latex/contrib/l3packages/xtemplate.dtx | |
parent | 1cbbd7b2417e7e77710bec38f8245c0d2231dddd (diff) |
CTAN sync 202302030302
Diffstat (limited to 'macros/latex/contrib/l3packages/xtemplate.dtx')
-rw-r--r-- | macros/latex/contrib/l3packages/xtemplate.dtx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/latex/contrib/l3packages/xtemplate.dtx b/macros/latex/contrib/l3packages/xtemplate.dtx index 42d00c8657..86b6ecc14a 100644 --- a/macros/latex/contrib/l3packages/xtemplate.dtx +++ b/macros/latex/contrib/l3packages/xtemplate.dtx @@ -63,7 +63,7 @@ % }^^A % } % -% \date{Released 2023-02-01} +% \date{Released 2023-02-02} % % \maketitle % @@ -478,7 +478,7 @@ % \begin{function}{\DeclareInstanceCopy} % \begin{syntax} % \cs{DeclareInstanceCopy} -% ~~\Arg{object type} \Arg{instance1} \Arg{instance2} +% ~~\Arg{object type} \Arg{instance2} \Arg{instance1} % \end{syntax} % Copies the \meta{values} for \meta{instance1} for an % \meta{object type} to \meta{instance2}. @@ -711,7 +711,7 @@ % \end{macrocode} % % \begin{macrocode} -\ProvidesExplPackage{xtemplate}{2023-02-01}{} +\ProvidesExplPackage{xtemplate}{2023-02-02}{} {L3 Experimental prototype document functions} % \end{macrocode} % @@ -2835,7 +2835,7 @@ \cs_new_protected:Npn \DeclareCollectionInstance #1#2#3#4#5 { \@@_declare_instance:nnnnn {#2} {#4} {#1} {#3} {#5} } \cs_new_protected:Npn \DeclareInstanceCopy #1#2#3 - { \@@_copy_instance:nnnn {#1} { } {#2} {#3} } + { \@@_copy_instance:nnnn {#1} { } {#3} {#2} } \cs_new_protected:Npn \EditTemplateDefaults #1#2#3 { \@@_edit_defaults:nnn {#1} {#2} {#3} } \cs_new_protected:Npn \EditInstance #1#2#3 |