update testfiles

This commit is contained in:
Ulrike Fischer 2024-12-04 18:32:11 +01:00
parent a3e75978e6
commit 80ec1995de
3 changed files with 14 additions and 46 deletions

View File

@ -106,9 +106,6 @@
</mfrac> </mfrac>
<mo lspace="0" rspace="0">.</mo> <mo lspace="0" rspace="0">.</mo>
</math> </math>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>𝑏</mi>
</math>
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<munder> <munder>
<mo lspace="0" movablelimits="true" rspace="0.167em">∑</mo> <mo lspace="0" movablelimits="true" rspace="0.167em">∑</mo>
@ -120,7 +117,7 @@
</munder> </munder>
<mover> <mover>
<mi>𝑏</mi> <mi>𝑏</mi>
<mo stretchy="false">_</mo> <mo stretchy="true">.</mo>
</mover> </mover>
<msup> <msup>
<mi>𝑐</mi> <mi>𝑐</mi>

View File

@ -1,20 +1,3 @@
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mstyle displaystyle="true" scriptlevel="0">
<mi>𝑎</mi>
<mo lspace="0.278em" rspace="0.278em">=</mo>
<mi>𝑏</mi>
</mstyle>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>𝑎</mi>
<mo lspace="0.278em" rspace="0.278em">=</mo>
<mi>𝑏</mi>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>𝑎</mi>
<mo lspace="0.278em" rspace="0.278em">=</mo>
<mi>𝑏</mi>
</math>
<math xmlns="http://www.w3.org/1998/Math/MathML"> <math xmlns="http://www.w3.org/1998/Math/MathML">
<mi>𝑎</mi> <mi>𝑎</mi>
<mo lspace="0.278em" rspace="0.278em">=</mo> <mo lspace="0.278em" rspace="0.278em">=</mo>
@ -80,7 +63,6 @@
<mo lspace="0.278em" rspace="0.278em">=</mo> <mo lspace="0.278em" rspace="0.278em">=</mo>
<mi>𝑏</mi> <mi>𝑏</mi>
</math></mtext> </math></mtext>
<mi />
</mtd> </mtd>
</mtr> </mtr>
<mtr> <mtr>
@ -89,7 +71,6 @@
</mtd> </mtd>
<mtd columnalign="left"> <mtd columnalign="left">
<mtext>else</mtext> <mtext>else</mtext>
<mi />
</mtd> </mtd>
</mtr> </mtr>
</mtable> </mtable>
@ -146,9 +127,6 @@
<math display="block" xmlns="http://www.w3.org/1998/Math/MathML"> <math display="block" xmlns="http://www.w3.org/1998/Math/MathML">
<mtable columnalign="right left right left" columnspacing="0 .8em 0" displaystyle="true"> <mtable columnalign="right left right left" columnspacing="0 .8em 0" displaystyle="true">
<mtr> <mtr>
<mtd intent=":equationlabel">
<mtext>(1)</mtext>
</mtd>
<mtd> <mtd>
<mi>𝑎</mi> <mi>𝑎</mi>
<mi>𝑏</mi> <mi>𝑏</mi>
@ -178,9 +156,6 @@
</mtd> </mtd>
</mtr> </mtr>
<mtr> <mtr>
<mtd intent=":equationlabel">
<mtext>(2)</mtext>
</mtd>
<mtd> <mtd>
<mo fence="true" lspace="0" maxsize="17.861pt" minsize="17.861pt" rspace="0" symmetric="true">(</mo> <mo fence="true" lspace="0" maxsize="17.861pt" minsize="17.861pt" rspace="0" symmetric="true">(</mo>
<mn>1</mn> <mn>1</mn>
@ -201,9 +176,6 @@
</mtd> </mtd>
</mtr> </mtr>
<mtr> <mtr>
<mtd intent=":equationlabel">
<mtext>(3)</mtext>
</mtd>
<mtd> <mtd>
<mn>5</mn> <mn>5</mn>
</mtd> </mtd>

View File

@ -1,17 +1,21 @@
\DocumentMetadata{ \DocumentMetadata{
uncompress, uncompress,
pdfversion = 2.0, pdfversion = 2.0,
testphase = phase-I, testphase = {phase-III,table,math},
} }
\input{regression-test} \input{regression-test}
\documentclass{article} \documentclass{article}
\usepackage[l3build]{luamml-demo}
\usepackage{unicode-math} \usepackage{unicode-math}
\begin{document} \begin{document}
\tagstructbegin{tag=Document} \ExplSyntaxOn
\LuaMMLTagAF{} { \luamml_set_filename:n {
\jobname .mml
}
\luamml_process:
\luamml_begin_single_file:
\ExplSyntaxOff
\[ \[
\begin{pmatrix} \begin{pmatrix}
1 & 0 & 0 \\ 1 & 0 & 0 \\
@ -24,26 +28,21 @@
2 & \text{else} 2 & \text{else}
\end{cases} \end{cases}
\] \]
}
\LuaMMLTagAF{} {
\[ \[
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}. x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
\] \]
}
\LuaMMLTagAF{} {
\[ \[
\sum_a\underline c\dot bc' \sum_a\underline c\dot bc'
\] \]
}
\LuaMMLTagAF{} {
\begin{align} \begin{align}
abc&=def & e^{\mathrm{i}\pi}&=-1\\ abc&=def & e^{\mathrm{i}\pi}&=-1\\
\Big(1+2&=3\Big)\\ \Big(1+2&=3\Big)\\
5 5
\end{align} \end{align}
}
Es gilt \LuaMMLTagAF{}{$\sin(x)-\sin(x+2\pi)=0$}. Es gilt $\sin(x)-\sin(x+2\pi)=0$.
\tagstructend
\end{document} \end{document}