[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: replace a macrocode by verbatim in documentation (8b6a6a05)
Frank Mittelbach
frank.mittelbach at latex-project.org
Mon Oct 11 10:54:13 CEST 2021
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/8b6a6a05fae2df00eb17588b119e487846ad5d8a
>---------------------------------------------------------------
commit 8b6a6a05fae2df00eb17588b119e487846ad5d8a
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date: Mon Oct 11 10:54:13 2021 +0200
replace a macrocode by verbatim in documentation
>---------------------------------------------------------------
8b6a6a05fae2df00eb17588b119e487846ad5d8a
base/ltpara.dtx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/base/ltpara.dtx b/base/ltpara.dtx
index bc51e468..a18e9fdc 100644
--- a/base/ltpara.dtx
+++ b/base/ltpara.dtx
@@ -15,7 +15,7 @@
%
% \begin{macrocode}
\def\ltparaversion{v1.0j}
-\def\ltparadate{2021/09/18}
+\def\ltparadate{2021/10/11}
% \end{macrocode}
%<*driver>
\documentclass{l3doc}
@@ -961,12 +961,12 @@
% The only case we care about is when we are in horizontal mode
% (i.e., doing typesetting) and not also in inner mode (i.e.,
% making paragraphs and not building an \cs{hbox}.
-% \begin{macrocode}
+%\begin{verbatim}
% \bool_lazy_and:nnT
% { \mode_if_horizontal_p: }
% { \bool_not_p:n { \mode_if_inner_p: } }
% { ...
-% \end{macrocode}
+%\end{verbatim}
% Since this is executed for each and every paragraph in a document
% we try to stay a fast as possible, So we are aren't using the
% above construct but two conditionals instead. Using low-level
More information about the latex3-commits
mailing list.