[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: Better target for gather hook (5e798852)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 5 20:44:55 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : everymath
Link       : https://github.com/latex3/latex2e/commit/5e798852a2b01732c307357e5f34a2da6c443646

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

commit 5e798852a2b01732c307357e5f34a2da6c443646
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 5 19:44:30 2023 +0000

    Better target for gather hook


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

5e798852a2b01732c307357e5f34a2da6c443646
 required/latex-lab/latex-lab-mathcapture.dtx | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/required/latex-lab/latex-lab-mathcapture.dtx b/required/latex-lab/latex-lab-mathcapture.dtx
index 7eae1d8c..0b705459 100644
--- a/required/latex-lab/latex-lab-mathcapture.dtx
+++ b/required/latex-lab/latex-lab-mathcapture.dtx
@@ -316,8 +316,8 @@
   }
 %    \end{macrocode}
 %
-% \begin{macro}{\@@_measure@:n, \@@_gather@:n}
-% \begin{macro}{\measure@, \gather@}
+% \begin{macro}{\@@_measure@:n, \@@_gmeasure@:n}
+% \begin{macro}{\measure@, \gmeasure@}
 %   The \pkg{amsmath} environments use a few common internal commands that are
 %   useful places to pick up the content.
 %    \begin{macrocode}
@@ -329,11 +329,11 @@
         \@@_process:n {#1}
         \@@_measure@:n {#1}
       }
-    \cs_new_eq:NN \@@_gather@:n \gather@
-    \cs_gset_protected:Npn \gather@ #1
+    \cs_new_eq:NN \@@_gmeasure@:n \gmeasure@
+    \cs_gset_protected:Npn \gmeasure@ #1
       {
         \@@_process:n {#1}
-        \@@_gather@:n {#1}
+        \@@_gmeasure@:n {#1}
       }
   }
 %    \end{macrocode}





More information about the latex3-commits mailing list.