[latex3-commits] [git/LaTeX3-latex3-latex2e] everymath: now only 02 05 and 07 have problems (92d4d680)

Frank Mittelbach frank.mittelbach at latex-project.org
Thu Jan 5 23:43:20 CET 2023


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

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

commit 92d4d680dd2d6f028ddde0d8ba1a2a45416b7f54
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Thu Jan 5 23:43:20 2023 +0100

    now only 02 05 and 07 have problems


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

92d4d680dd2d6f028ddde0d8ba1a2a45416b7f54
 required/latex-lab/testfiles-mathcapture/mathcapture-002.lvt | 9 +++++++--
 required/latex-lab/testfiles-mathcapture/mathcapture-002.tlg | 3 ++-
 required/latex-lab/testfiles-mathcapture/mathcapture-006.lvt | 1 -
 required/latex-lab/testfiles-mathcapture/mathcapture-006.tlg | 1 -
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/required/latex-lab/testfiles-mathcapture/mathcapture-002.lvt b/required/latex-lab/testfiles-mathcapture/mathcapture-002.lvt
index ccaaae89..3aae2a6e 100644
--- a/required/latex-lab/testfiles-mathcapture/mathcapture-002.lvt
+++ b/required/latex-lab/testfiles-mathcapture/mathcapture-002.lvt
@@ -26,12 +26,18 @@
 
 What about $\alpha \neq \beta \pmod x$?
 
+\makeatletter
+\renewcommand\labelitemi{$\m at th\ast$}  % old style
+\makeatother
+
+And what about \labelitemi ?
+\TYPE{Definitely broken because it should not capture math!}
+
 Some examples from TLC3:
 
 10-1-1:
 Catch\textsubscript{22} in Room\textsuperscript{13}
 
-\TYPE{Definitely broken because it should not capture math!}
 
 11-2-1:
 \begin{equation} (a+b)^2 = a^2+2ab+b^2 \end{equation}
@@ -43,7 +49,6 @@ Catch\textsubscript{22} in Room\textsuperscript{13}
   (a + b) \cdot (a - b) = a^2 - b^2
 \end{gather}
 
-\TYPE{??????????????????????? nothing else shows}
 
 11-2-11:
 \begin{gather}
diff --git a/required/latex-lab/testfiles-mathcapture/mathcapture-002.tlg b/required/latex-lab/testfiles-mathcapture/mathcapture-002.tlg
index 0b7f3223..6534aba4 100644
--- a/required/latex-lab/testfiles-mathcapture/mathcapture-002.tlg
+++ b/required/latex-lab/testfiles-mathcapture/mathcapture-002.tlg
@@ -2,6 +2,8 @@ This is a generated file for the l3build validation system.
 Don't change this file in any respect.
 -----------------------------------
 \alpha \neq \beta \pmod x
+-----------------------------------
+\m at th \ast 
 Definitely broken because it should not capture math!
 -----------------------------------
 (a+b)^2 = a^2+2ab+b^2
@@ -9,7 +11,6 @@ Definitely broken because it should not capture math!
 \sin ^2\eta +\cos ^2\eta = 1
 -----------------------------------
 (a + b)^2 = a^2 + 2ab + b^2 \\ (a + b) \cdot (a - b) = a^2 - b^2
-??????????????????????? nothing else shows
 -----------------------------------
 D(a,r) \equiv \{ z \in \mathbf {C} \colon |z - a| < r \} \notag \\ \operatorname {seg} (a, r) \equiv \{ z \in \mathbf {C} \colon \Im z < \Im a, \ |z - a| < r \} \\ C (E, \theta , r) \equiv \bigcup _{e \in E} c (e, \theta , r)
 -----------------------------------
diff --git a/required/latex-lab/testfiles-mathcapture/mathcapture-006.lvt b/required/latex-lab/testfiles-mathcapture/mathcapture-006.lvt
index 978f495f..53888bb7 100644
--- a/required/latex-lab/testfiles-mathcapture/mathcapture-006.lvt
+++ b/required/latex-lab/testfiles-mathcapture/mathcapture-006.lvt
@@ -45,7 +45,6 @@
                     x_3=3         \end{xgathered}
 \end{gather}
 
-\TYPE{????????????????????? output missing for 11-2-21}
 
 11-2-22:
 \[ \left|
diff --git a/required/latex-lab/testfiles-mathcapture/mathcapture-006.tlg b/required/latex-lab/testfiles-mathcapture/mathcapture-006.tlg
index 8b157f74..72c76692 100644
--- a/required/latex-lab/testfiles-mathcapture/mathcapture-006.tlg
+++ b/required/latex-lab/testfiles-mathcapture/mathcapture-006.tlg
@@ -2,6 +2,5 @@ This is a generated file for the l3build validation system.
 Don't change this file in any respect.
 -----------------------------------
 \begin {xgathered} x_0=1,\quad x_1=2 \\ x_3=3 \end {xgathered}
-????????????????????? output missing for 11-2-21
 -----------------------------------
 \left | \begin {multlined}[c] (a+b)^2 = \\ (a+b)(a+b) \\ = a^2 + 2ab + b^2 \end {multlined} \right |





More information about the latex3-commits mailing list.