[latex3-commits] [latex3/latex2e] develop, tagging-gh762: Add a couple of missed "@@" (2a585dd3e)

github at latex-project.org github at latex-project.org
Mon Nov 18 14:26:03 CET 2024


Repository : https://github.com/latex3/latex2e
On branches: develop,tagging-gh762
Link       : https://github.com/latex3/latex2e/commit/2a585dd3ef0da8ffee686a97a1d64b967ab1b378

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

commit 2a585dd3ef0da8ffee686a97a1d64b967ab1b378
Author: Joseph Wright <joseph at texdev.net>
Date:   Mon Nov 18 12:48:48 2024 +0000

    Add a couple of missed "@@"


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

2a585dd3ef0da8ffee686a97a1d64b967ab1b378
 required/latex-lab/changes.txt        | 3 +++
 required/latex-lab/latex-lab-math.dtx | 6 +++---
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/required/latex-lab/changes.txt b/required/latex-lab/changes.txt
index 35c77075d..6142c3b81 100644
--- a/required/latex-lab/changes.txt
+++ b/required/latex-lab/changes.txt
@@ -1,3 +1,6 @@
+2024-11-18 Joseph Wright <Joseph.Wright at latex-project.org>
+	* latex-lab-math.dtx: Use "@@" for a couple of internals
+
 2024-10-25 Ulrike Fischer <Ulrike.Fischer at latex-project.org>
 	* latex-lab-math.dtx: reorganized luamml and mathml options
 	to support also structure elements and extended the documentation. Corrected 
diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index 94d31c817..4cef4f676 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -19,7 +19,7 @@
 % for those people who are interested or want to report an issue.
 %
 %
-\def\ltlabmathdate{2024-10-25}
+\def\ltlabmathdate{2024-11-18}
 \def\ltlabmathversion{0.6i}
 %
 %<*driver>
@@ -2018,12 +2018,12 @@
 %                             after displays (tagging/721)}
 %    \begin{macrocode}
     \nobreak
-    \skip_vertical:n { -\l__math_tmpa_skip  } % remove the negative belowdisplayskip
+    \skip_vertical:n { -\l_@@_tmpa_skip  } % remove the negative belowdisplayskip
 %    \end{macrocode}
 %    Then we finally add the real stuff:
 %    \begin{macrocode}
     \penalty \postdisplaypenalty
-    \skip_vertical:n { -\l__math_tmpa_skip  } % insert the correct skip
+    \skip_vertical:n { -\l_@@_tmpa_skip  } % insert the correct skip
   \@doendpe             % this has no \end{...} to take care of it
 }
 





More information about the latex3-commits mailing list.