[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: Mark up some functions (4865e7a7)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Jan 9 08:35:58 CET 2023
Repository : https://github.com/latex3/latex2e
On branch : everymath
Link : https://github.com/latex3/latex2e/commit/4865e7a7c09c40b5c7aa29409d5dbc3057ff7ab3
>---------------------------------------------------------------
commit 4865e7a7c09c40b5c7aa29409d5dbc3057ff7ab3
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Jan 9 07:34:47 2023 +0000
Mark up some functions
>---------------------------------------------------------------
4865e7a7c09c40b5c7aa29409d5dbc3057ff7ab3
required/latex-lab/latex-lab-mathcapture.dtx | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
diff --git a/required/latex-lab/latex-lab-mathcapture.dtx b/required/latex-lab/latex-lab-mathcapture.dtx
index baea912b..a99a91ca 100644
--- a/required/latex-lab/latex-lab-mathcapture.dtx
+++ b/required/latex-lab/latex-lab-mathcapture.dtx
@@ -407,9 +407,16 @@
%
% \subsection{Modifying \pkg{amsmath}}
%
-% Mark up all of the display environments as the content is captured anyway.
-% We then use the internal for each environment type to insert the processing
-% code: we can't use \cs{\meta{thing}@} as \cs{align@} takes two arguments!
+% \begin{macro}
+% {
+% \@@_amsmath_measure@:n ,
+% \@@_amsmath_gmeasure@:n ,
+% \@@_amsmath_mmeasure@:n
+% }
+% \begin{macro}{\measure@, \gmeasure@, \mmeasure@}
+% Mark up all of the display environments as the content is captured anyway.
+% We then use the internal for each environment type to insert the processing
+% code: we can't use \cs{\meta{thing}@} as \cs{align@} takes two arguments!
% \begin{macrocode}
\clist_map_inline:nn
{ align , gather , multline }
@@ -433,6 +440,8 @@
}
}
% \end{macrocode}
+% \end{macro}
+% \end{macro}
%
% \begin{macrocode}
\ExplSyntaxOff
More information about the latex3-commits
mailing list.