[latex3-commits] [git/LaTeX3-latex3-latex2e] gh239: One macro per \begin{macro} (0dc2d60b)

PhelypeOleinik tex.phelype at gmail.com
Mon May 11 02:00:24 CEST 2020


Repository : https://github.com/latex3/latex2e
On branch  : gh239
Link       : https://github.com/latex3/latex2e/commit/0dc2d60b862b36f02fcab89a737aad734866ced4

>---------------------------------------------------------------

commit 0dc2d60b862b36f02fcab89a737aad734866ced4
Author: PhelypeOleinik <tex.phelype at gmail.com>
Date:   Sun May 10 21:00:24 2020 -0300

    One macro per \begin{macro}
    
    Lists are a feature of l3doc


>---------------------------------------------------------------

0dc2d60b862b36f02fcab89a737aad734866ced4
 base/ltdefns.dtx | 23 +++++++++++++++++------
 1 file changed, 17 insertions(+), 6 deletions(-)

diff --git a/base/ltdefns.dtx b/base/ltdefns.dtx
index dd7a07ef..74577dc5 100644
--- a/base/ltdefns.dtx
+++ b/base/ltdefns.dtx
@@ -1261,7 +1261,9 @@
 % \end{macro}
 %
 %
-% \begin{macro}{\NewCommandCopy,\RenewCommandCopy,\DeclareCommandCopy}
+% \begin{macro}{\NewCommandCopy}
+% \begin{macro}{\RenewCommandCopy}
+% \begin{macro}{\DeclareCommandCopy}
 % \changes{v1.5h}{2020/05/09}{Added \cs{DeclareCommandCopy} (gh/239)}
 %
 %   With most document level commands being robust now there is more of a
@@ -1342,8 +1344,9 @@
 %    \end{macrocode}
 %
 % \begin{macro}{\declare at command@copy}
-% \begin{macro}{\declare at command@copy at loop,\declare at command@copy at loop@aux,
-%     \declare at command@copy at do}
+% \begin{macro}{\declare at command@copy at loop}
+% \begin{macro}{\declare at command@copy at loop@aux}
+% \begin{macro}{\declare at command@copy at do}
 % \begin{macro}{\@declarecommandcopylisthook}
 %   \cs{declare at command@copy at loop} will loop over the list of items in the
 %   \cs{@declarecommandcopylisthook} token list, and process each item with
@@ -1408,10 +1411,15 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
+% \end{macro}
 %
 %
-% \begin{macro}{\@if at DeclareRobustCommand,\@copy at DeclareRobustCommand}
-% \begin{macro}{copy at kernel@robust at command}
+% \begin{macro}{\@if at DeclareRobustCommand}
+% \begin{macro}{\@copy at DeclareRobustCommand}
+% \begin{macro}{\copy at kernel@robust at command}
 % \changes{v1.5h}{2020/05/09}{Added \cs{DeclareCommandCopy} (gh/239)}
 %
 %   Now that we provided a generic way to copy one macro to another, we need to
@@ -1487,7 +1495,8 @@
     {\let#1#2}}
 %    \end{macrocode}
 %
-% \begin{macro}{\@if at newcommand,\@copy at newcommand}
+% \begin{macro}{\@if at newcommand}
+% \begin{macro}{\@copy at newcommand}
 %
 %   A command \verb=\cmd= (or \verb*=\cmd =, if it was defined with
 %   \cs{DeclareRobustCommand}) with an optional argument will expand to
@@ -1553,6 +1562,8 @@
 % \end{macro}
 % \end{macro}
 % \end{macro}
+% \end{macro}
+% \end{macro}
 %
 %  \begin{macro}{\kernel at make@fragile}
 %    The opposite of |\MakeRobust| execpt that it doesn't do many





More information about the latex3-commits mailing list.