[latex3-commits] [git/LaTeX3-latex3-latex2e] math-tagging-experiments-fmi1: more tests ... (81c793fe)

Frank Mittelbach frank.mittelbach at latex-project.org
Tue Feb 28 15:55:04 CET 2023


Repository : https://github.com/latex3/latex2e
On branch  : math-tagging-experiments-fmi1
Link       : https://github.com/latex3/latex2e/commit/81c793fe306b34650230e391501450e347a54c62

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

commit 81c793fe306b34650230e391501450e347a54c62
Author: Frank Mittelbach <frank.mittelbach at latex-project.org>
Date:   Tue Feb 28 15:55:04 2023 +0100

    more tests ...


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

81c793fe306b34650230e391501450e347a54c62
 .../testfiles-mathtagging/mathcapture-011.lvt      | 12 ++--
 .../testfiles-mathtagging/mathcapture-011.tlg      | 67 ----------------------
 .../testfiles-mathtagging/mathcapture-015.tlg      |  4 +-
 .../latex-lab/testfiles-mathtagging/mtag-004.tlg   |  5 +-
 4 files changed, 13 insertions(+), 75 deletions(-)

diff --git a/required/latex-lab/testfiles-mathtagging/mathcapture-011.lvt b/required/latex-lab/testfiles-mathtagging/mathcapture-011.lvt
index df5902a3..ed991949 100644
--- a/required/latex-lab/testfiles-mathtagging/mathcapture-011.lvt
+++ b/required/latex-lab/testfiles-mathtagging/mathcapture-011.lvt
@@ -21,14 +21,16 @@
   }
 \ExplSyntaxOff
 
-\START
+% loading amsmath with the tlg part is tricky, it sometimes shows as ../amsmath.sty
+% depending on which tests have been run
+
+\usepackage{amsmath,cases}
 
-%\usepackage{amsmath,cases}    % no already defined error if amsmath,cases is loaded explicitly
-\usepackage{cases}              % but error if only cases is loaded explicitly
 
-\OMIT
 \begin{document}
-\TIMO
+
+\START
+
 
 
 11-3-3:
diff --git a/required/latex-lab/testfiles-mathtagging/mathcapture-011.tlg b/required/latex-lab/testfiles-mathtagging/mathcapture-011.tlg
index 1ad34346..e9cec160 100644
--- a/required/latex-lab/testfiles-mathtagging/mathcapture-011.tlg
+++ b/required/latex-lab/testfiles-mathtagging/mathcapture-011.tlg
@@ -1,72 +1,5 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
-(../amsmath.sty
-Package: amsmath ....-..-.. v... AMS math features
-\@mathmargin=\skip...
-For additional information on amsmath, use the `?' option.
-(../amstext.sty
-Package: amstext ....-..-.. v... AMS text
-(../amsgen.sty
-File: amsgen.sty ....-..-.. v... generic functions
-\@emptytoks=\toks...
-\ex@=\dimen...
-)) (../amsbsy.sty
-Package: amsbsy ....-..-.. v... Bold Symbols
-\pmbraise@=\dimen...
-) (../amsopn.sty
-Package: amsopn ....-..-.. v... operator names
-)
-\inf at bad=\count...
-LaTeX Info: Redefining \frac on input line ....
-\uproot@=\count...
-\leftroot@=\count...
-LaTeX Info: Redefining \overline on input line ....
-LaTeX Info: Redefining \colon on input line ....
-\classnum@=\count...
-\DOTSCASE@=\count...
-LaTeX Info: Redefining \ldots on input line ....
-LaTeX Info: Redefining \dots on input line ....
-LaTeX Info: Redefining \cdots on input line ....
-\Mathstrutbox@=\box...
-\strutbox@=\box...
-LaTeX Info: Redefining \big on input line ....
-LaTeX Info: Redefining \Big on input line ....
-LaTeX Info: Redefining \bigg on input line ....
-LaTeX Info: Redefining \Bigg on input line ....
-\big at size=\dimen...
-LaTeX Font Info:    Redeclaring font encoding OML on input line ....
-LaTeX Font Info:    Redeclaring font encoding OMS on input line ....
-\macc at depth=\count...
-LaTeX Info: Redefining \bmod on input line ....
-LaTeX Info: Redefining \pmod on input line ....
-LaTeX Info: Redefining \smash on input line ....
-LaTeX Info: Redefining \relbar on input line ....
-LaTeX Info: Redefining \Relbar on input line ....
-\c at MaxMatrixCols=\count...
-\dotsspace@=\muskip...
-\c at parentequation=\count...
-\dspbrk at lvl=\count...
-\tag at help=\toks...
-\row@=\count...
-\column@=\count...
-\maxfields@=\count...
-\andhelp@=\toks...
-\eqnshift@=\dimen...
-\alignsep@=\dimen...
-\tagshift@=\dimen...
-\tagwidth@=\dimen...
-\totwidth@=\dimen...
-\lineht@=\dimen...
-\@envbody=\toks...
-\multlinegap=\skip...
-\multlinetaggap=\skip...
-\mathdisplay at stack=\toks...
-LaTeX Info: Redefining \[ on input line ....
-LaTeX Info: Redefining \] on input line ....
-) (../cases.sty
-Package: cases ....-..-.. ver 3.2
-\numc at numwid=\dimen...
-)
 ==> @endpe=false on input line ...
 ==> increment P on input line ...
 -----------------------------------
diff --git a/required/latex-lab/testfiles-mathtagging/mathcapture-015.tlg b/required/latex-lab/testfiles-mathtagging/mathcapture-015.tlg
index e7684795..a0874508 100644
--- a/required/latex-lab/testfiles-mathtagging/mathcapture-015.tlg
+++ b/required/latex-lab/testfiles-mathtagging/mathcapture-015.tlg
@@ -1,9 +1,11 @@
 This is a generated file for the l3build validation system.
 Don't change this file in any respect.
-==> @endpe=false
+==> @endpe=false on input line ...
+==> increment P on input line ...
 -----------------------------------
 Math env math
 x^2 + y^2
 ====>first-result=macro:->x^2 + y^2
 ====>first-tmpmathcontent=macro:->
 ====>formula has no subparts
+==> increment /P on input line ...
diff --git a/required/latex-lab/testfiles-mathtagging/mtag-004.tlg b/required/latex-lab/testfiles-mathtagging/mtag-004.tlg
index b9c534bb..807a129c 100644
--- a/required/latex-lab/testfiles-mathtagging/mtag-004.tlg
+++ b/required/latex-lab/testfiles-mathtagging/mtag-004.tlg
@@ -23,6 +23,7 @@ Package tagpdf Info: The rule between parent 'LI (from LI/pdf2)'
 ==> item everypar on input line ...
 Package tagpdf Info: The rule between parent 'LBody (from LBody/pdf2)' 
 (tagpdf)             and child 'Part (from tpara/user)' is '1 (0..n)'
+==> increment P on input line ...
 Package tagpdf Info: The rule between parent 'Part (inherited from LBody)' 
 (tagpdf)             and child 'P (from P/pdf2)' is '1 (0..n)'
 Package tagpdf Info: The rule between parent 'P (from P/pdf2)' 
@@ -39,13 +40,13 @@ Package tagpdf Info: The rule between parent 'Part (inherited from LBody)'
 Package tagpdf Info: The rule between parent 'Formula (from Formula/pdf2)' 
 (tagpdf)             and child 'MC (from MC/)' is '1 (0..n)'
 Package tagpdf Info: closing structure 9 tagged /Formula
-==> blockenv common ending
+==> blockenv common ending on input line ...
 Package tagpdf Info: closing structure 7 tagged /tpara
 ==> Structure-end P at list-end on input line ...
 Package tagpdf Info: closing structure 6 tagged /LBody
 Package tagpdf Info: closing structure 4 tagged /LI
 Package tagpdf Info: closing structure 3 tagged /list
-==> flattened=false
+==> flattened=false on input line ...
 ==> Structure-end tpara after list on input line ...
 Package tagpdf Info: closing structure 2 tagged /tpara
 The sequence \g__tag_mc_main_marks_seq is empty





More information about the latex3-commits mailing list.