[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: Don't need to hook into aligned/gathered (22230b1b)

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


Repository : https://github.com/latex3/latex2e
On branch  : everymath
Link       : https://github.com/latex3/latex2e/commit/22230b1ba7ab6f16f3b99fde9550bcb02ad8c706

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

commit 22230b1ba7ab6f16f3b99fde9550bcb02ad8c706
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 5 20:55:07 2023 +0000

    Don't need to hook into aligned/gathered


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

22230b1ba7ab6f16f3b99fde9550bcb02ad8c706
 required/latex-lab/latex-lab-mathcapture.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/required/latex-lab/latex-lab-mathcapture.dtx b/required/latex-lab/latex-lab-mathcapture.dtx
index 0b705459..1637a244 100644
--- a/required/latex-lab/latex-lab-mathcapture.dtx
+++ b/required/latex-lab/latex-lab-mathcapture.dtx
@@ -307,7 +307,7 @@
 % Mark up all of the display environments as the content is captured anyway.
 %    \begin{macrocode}
 \clist_map_inline:nn
-  { align , aligned , gather , gathered }
+  { align , gather }
   {
     \AddToHook{ env / #1 / begin }
       { \bool_set_true:N \l_@@_collected_bool }





More information about the latex3-commits mailing list.