[latex3-commits] [git/LaTeX3-latex3-latex2e] prototype: small docu updates (and corrections) (2fdd7a7d)
Frank Mittelbach
frank.mittelbach at latex-project.org
Tue Mar 8 17:04:55 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : prototype
Link : https://github.com/latex3/latex2e/commit/2fdd7a7d3176269bb403fe8f9e2a186e02ea3179
>---------------------------------------------------------------
commit 2fdd7a7d3176269bb403fe8f9e2a186e02ea3179
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Tue Mar 8 17:04:55 2022 +0100
small docu updates (and corrections)
>---------------------------------------------------------------
2fdd7a7d3176269bb403fe8f9e2a186e02ea3179
required/latex-lab/build.lua | 1 +
required/latex-lab/ltprototype.dtx | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/required/latex-lab/build.lua b/required/latex-lab/build.lua
index d5f5b292..8e592e16 100644
--- a/required/latex-lab/build.lua
+++ b/required/latex-lab/build.lua
@@ -14,6 +14,7 @@ maindir = "../.."
installfiles = {"*.ltx", "*.sty"}
typesetfiles = {
"latex-lab-testphase.dtx",
+ "ltprototype.dtx",
"*-doc.tex",
"*-code.tex",
}
diff --git a/required/latex-lab/ltprototype.dtx b/required/latex-lab/ltprototype.dtx
index b5c3d9d9..6a0a3ecc 100644
--- a/required/latex-lab/ltprototype.dtx
+++ b/required/latex-lab/ltprototype.dtx
@@ -49,6 +49,10 @@
%
% \maketitle
%
+% \tableofcontents
+%
+% \bigskip
+%
% \begin{documentation}
%
% There are three broad \enquote{layers} between putting down ideas into
@@ -184,7 +188,7 @@
% defined by the \meta{key definitions}, which is itself a key--value list
% using the same interface as \cs{keys_define:nn}. (The keys created
% here \emph{are} managed \pkg{l3keys} in the tree
-% \texttt{template/\mea{object}/\meta{template}}). As described below,
+% \texttt{template/\meta{object}/\meta{template}}). As described below,
% the keys should be defined such that they can be set multiple times:
% first to a default value, then to a specific value for an instance
% and finally to a per-use override.
@@ -290,7 +294,6 @@
% \cs{template_use_instance:nnn}, but without the instance having any
% further existence. It is therefore useful where a template needs to
% be used once.
-% \end{verbatim}
% \end{function}
%
% \section{Per-use overriding of template settings}
More information about the latex3-commits
mailing list.