Skip to content

Commit

Permalink
Split macro markup
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 23, 2025
1 parent 549b748 commit 8e1bb89
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions base/ltcmd.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -3082,19 +3082,6 @@
% \begin{macro}{\@@_grab_c_start:n}
% \begin{macro}{\@@_grab_c_first:w}
% \begin{macro}{\@@_grab_c_loop:w}
% \begin{macro}{\@@_grab_c_auxi:w}
% \begin{macro}{\@@_grab_c_auxii:w}
% \begin{macro}{\@@_grab_c_auxiii:N}
% \begin{macro}{\@@_grab_c_auxiv:}
% \begin{macro}{\@@_grab_c_auxv:}
% \begin{macro}{\@@_grab_c_auxvi:N}
% \begin{macro}{\@@_grab_c_auxvii:}
% \begin{macro}{\@@_grab_c_auxviii:}
% \begin{macro}{\@@_grab_c_end:w}
% \begin{macro}{\@@_grab_c_end:n}
% \begin{macro}{\@@_grab_c_end_auxi:w}
% \begin{macro}{\@@_grab_c_end_auxii:w}
% \begin{macro}{\@@_grab_c_end_auxiii:w}
% Collecting an environment body verbatim shares some ideas with the
% \texttt{v}-type grabber, and others with the standard \texttt{filecontents}
% environment. The start is to set the end-of-line to a predictable value
Expand Down Expand Up @@ -3146,6 +3133,19 @@
} %
\group_end:
% \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \begin{macro}{\@@_grab_c_auxi:w}
% \begin{macro}{\@@_grab_c_auxii:w}
% \begin{macro}{\@@_grab_c_auxiii:N}
% \begin{macro}{\@@_grab_c_auxiv:}
% \begin{macro}{\@@_grab_c_auxv:}
% \begin{macro}{\@@_grab_c_auxvi:N}
% \begin{macro}{\@@_grab_c_auxvii:}
% \begin{macro}{\@@_grab_c_auxviii:}
% We need to see if the current line contains |\end| followed by the name
% of the current environment. To do that and allow for spaces, we have to
% work stepwise. First, establish if there is an |\end| at all: remember that
Expand Down Expand Up @@ -3277,6 +3277,19 @@
}
}
% \end{macrocode}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \begin{macro}{\@@_grab_c_end:w}
% \begin{macro}{\@@_grab_c_end:n}
% \begin{macro}{\@@_grab_c_end_auxi:w}
% \begin{macro}{\@@_grab_c_end_auxii:w}
% \begin{macro}{\@@_grab_c_end_auxiii:w}
% To end the collection, we clean up the last line: once again we need to
% find |^^M|. Once that is done, we can warn if there is anything left
% behind.
Expand Down Expand Up @@ -3323,19 +3336,6 @@
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
% \end{macro}
%
% \begin{macro}
% {
Expand Down

0 comments on commit 8e1bb89

Please sign in to comment.