[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: Avoid expansion of captured math (eb71b606)

Joseph Wright joseph.wright at morningstar2.co.uk
Thu Jan 5 16:29:54 CET 2023


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

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

commit eb71b60670e62b6d1d362344138ec035870a540f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Thu Jan 5 15:29:50 2023 +0000

    Avoid expansion of captured math


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

eb71b60670e62b6d1d362344138ec035870a540f
 required/latex-lab/testfiles/mathcapture-001.lvt | 2 +-
 required/latex-lab/testfiles/mathcapture-001.tlg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/required/latex-lab/testfiles/mathcapture-001.lvt b/required/latex-lab/testfiles/mathcapture-001.lvt
index b9e11536..cbf3a939 100644
--- a/required/latex-lab/testfiles/mathcapture-001.lvt
+++ b/required/latex-lab/testfiles/mathcapture-001.lvt
@@ -16,7 +16,7 @@
 \math_processor:n
   {
     \TIMO
-    \TYPE {#1}
+    \TYPE { \unexpanded{#1} }
     \OMIT
   }
 \ExplSyntaxOff
diff --git a/required/latex-lab/testfiles/mathcapture-001.tlg b/required/latex-lab/testfiles/mathcapture-001.tlg
index 9ebbb7a8..336db034 100644
--- a/required/latex-lab/testfiles/mathcapture-001.tlg
+++ b/required/latex-lab/testfiles/mathcapture-001.tlg
@@ -2,7 +2,7 @@ This is a generated file for the l3build validation system.
 Don't change this file in any respect.
 y = mx + c
 y = mx + c
-y = mx + c \hskip 1em\relax \hbox {for all $c$}
+y = mx + c \quad \hbox {for all $c$}
 g_{\hbox {foo$b$}}
 \alpha 
 a = b \\ c = d





More information about the latex3-commits mailing list.