[latex3-commits] [latex3/latex3] develop: change "object type" to "template type" (fixes #1613) (64d29ffa9)
github at latex-project.org
github at latex-project.org
Tue Nov 12 16:54:29 CET 2024
Repository : https://github.com/latex3/latex3
On branch : develop
Link : https://github.com/latex3/latex3/commit/64d29ffa98f7ec731c015d2f5960b5e3fdd00165
>---------------------------------------------------------------
commit 64d29ffa98f7ec731c015d2f5960b5e3fdd00165
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Nov 12 16:54:29 2024 +0100
change "object type" to "template type" (fixes #1613)
>---------------------------------------------------------------
64d29ffa98f7ec731c015d2f5960b5e3fdd00165
l3kernel/l3doc.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/l3kernel/l3doc.dtx b/l3kernel/l3doc.dtx
index 61c67870a..0e8e29b31 100644
--- a/l3kernel/l3doc.dtx
+++ b/l3kernel/l3doc.dtx
@@ -71,7 +71,7 @@ and all files in that bundle must be distributed together.
% This isn't included in the typeset documentation because it's a bit
% ugly:
%<*class>
-\ProvidesExplClass{l3doc}{2024-11-02}{}
+\ProvidesExplClass{l3doc}{2024-11-12}{}
{L3 Experimental documentation class}
%</class>
% \fi
@@ -3608,7 +3608,7 @@ and all files in that bundle must be distributed together.
% \begin{macrocode}
\newenvironment{TemplateInterfaceDescription}[1]
{
- \subsection{The~object~type~`#1'}
+ \subsection{The~template~type~`#1'}
\begingroup
\@beginparpenalty\@M
\description
@@ -3627,7 +3627,7 @@ and all files in that bundle must be distributed together.
% \begin{macrocode}
\newenvironment{TemplateDescription}[2]
{
- \subsection{The~template~`#2'~(object~type~#1)}
+ \subsection{The~template~`#2'~(template~type~#1)}
\subsubsection*{Attributes:}
\begingroup
\@beginparpenalty\@M
More information about the latex3-commits
mailing list.