[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: docu + spaces (2f1b5695)

github at latex-project.org github at latex-project.org
Thu Nov 9 00:37:17 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : latex-lab/uf-review-05
Link       : https://github.com/latex3/latex2e/commit/2f1b56953a0f7c0df1302e1acc8835400b7c886e

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

commit 2f1b56953a0f7c0df1302e1acc8835400b7c886e
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Nov 9 00:37:17 2023 +0100

    docu + spaces


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

2f1b56953a0f7c0df1302e1acc8835400b7c886e
 required/latex-lab/latex-lab-math.dtx | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index 88a06a2b..de3ebe55 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -231,15 +231,12 @@
 % have conditional definitions and deals with how to define \cs{[}/\cs{]}
 % neatly.
 %    \begin{macrocode}
-\AddToHook{begindocument/before}
-  { \RequirePackage { amsmath } }
+\AddToHook{begindocument/before}{ \RequirePackage { amsmath } }
 %    \end{macrocode} 
 %
 %
 % \subsection{Data structures}
 %
-%
-%
 % \begin{variable}{\l_@@_collected_bool}
 %   Tracks whether math mode material has been collected, which happens inside
 %   \pkg{amsmath} environments as well as those handled directly here.
@@ -254,8 +251,9 @@
 %        Or do we need an extra storage tl?}
 %
 % \begin{variable}{\g_@@_grabbed_env_tl, \g_@@_grabbed_math_tl}
-% \cs{g_@@_grabbed_env_tl} contains the name of the math environment (\texttt{math} in the case 
-% of inline math, \cs{g_@@_grabbed_math_tl} the math content.
+% \cs{g_@@_grabbed_env_tl} contains the name of the math environment
+% (\texttt{math} in the case of inline math,
+% \cs{g_@@_grabbed_math_tl} the math content.
 %    \begin{macrocode}
 \tl_new:N \g_@@_grabbed_env_tl
 \tl_new:N \g_@@_grabbed_math_tl
@@ -430,6 +428,7 @@
   }
 %    \end{macrocode}
 % \end{macro}
+% 
 % \begin{macro}{\@@_grab_eqn:w}
 %   For the most common use of \cs{[}/\cs{]}: turn into an environment.
 %    \begin{macrocode}





More information about the latex3-commits mailing list.