[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: Make doc target build correctly (00d3b8e9)
PhelypeOleinik
tex.phelype at gmail.com
Fri May 8 03:07:26 CEST 2020
Repository : https://github.com/latex3/latex2e
On branch : gh239
Link : https://github.com/latex3/latex2e/commit/00d3b8e9d1f817d139dd2f060673bc170f48e0a2
>---------------------------------------------------------------
commit 00d3b8e9d1f817d139dd2f060673bc170f48e0a2
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date: Thu May 7 22:07:26 2020 -0300
Make doc target build correctly
>---------------------------------------------------------------
00d3b8e9d1f817d139dd2f060673bc170f48e0a2
base/ltdefns.dtx | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
diff --git a/base/ltdefns.dtx b/base/ltdefns.dtx
index b7ac222a..3067f03a 100644
--- a/base/ltdefns.dtx
+++ b/base/ltdefns.dtx
@@ -1283,9 +1283,10 @@
%<*2ekernel|latexrelease>
% \end{macrocode}
% \cs{DeclareCommandCopy} just calls \cs{declare at command@copy} with \cs{relax},
-% which serves as a prefix for definitions. Heiko's \pkg{letltxmacro} defines
-% a global variant of \cs{LetLtxMacro}, but since none of our definition
-% commands have a global version, this one won't either, for consistency.
+% which serves as a prefix for definitions. Heiko's \textsf{letltxmacro}
+% defines a global variant of \cs{LetLtxMacro}, but since none of our
+% definition commands have a global version, this one won't either, for
+% consistency.
%
% \cs{NewCommandCopy} checks if \verb=#1= is already defined, and raises an
% error if so, otherwise the definition is carried out.
@@ -1313,6 +1314,8 @@
{\@firstofone}%
{\@firstofone}}
% \end{macrocode}
+%
+% \begin{macro}{\declare at commandcopy}
% Start by saving the current value of \cs{escapechar} and setting it to $-1$,
% then check if the command is already defined. The proper action, if the
% command is defined or not is taken by each specific command above.
@@ -1465,7 +1468,7 @@
% \end{macrocode}
% This auxiliary detects whether the argument is a macro (otherwise this
% entire process boils down to \TeX's \cs{let}), and in case of a
-% \cs{protected} macro (using \pkg{etoolbox}'s \cs{newrobustcmd}), define
+% \cs{protected} macro (using \textsf{etoolbox}'s \cs{newrobustcmd}), define
% \cs{declare at copy@protected} accordingly.
% \begin{macrocode}
\def\declare at copy@chk at parm#1:->#2\@nil{%
@@ -1515,6 +1518,7 @@
%<*2ekernel>
% \end{macrocode}
% \end{macro}
+% \end{macro}
%
%
% \begin{macro}{\kernel at make@fragile}
More information about the latex3-commits
mailing list.