update testfiles

This commit is contained in:
Ulrike Fischer 2024-12-03 17:12:11 +01:00
parent eb4dd9561c
commit a3e75978e6
3 changed files with 781 additions and 757 deletions

View File

@ -1,15 +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}
\begin{document} \begin{document}
\tagstructbegin{tag=Document} \ExplSyntaxOn
\LuaMMLTagAF{} { \luamml_set_filename:n {
\jobname .mml
}
\luamml_process:
\luamml_begin_single_file:
\ExplSyntaxOff
\[ \[
\left(\begin{matrix} \left(\begin{matrix}
1 & 0 & 0 \\ 1 & 0 & 0 \\
@ -22,18 +28,17 @@
2 & \mbox{else} 2 & \mbox{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'
\] \]
}
Es gilt \LuaMMLTagAF{}{$\sin(x)-\sin(x+2\pi)=0$}. Es gilt $\sin(x)-\sin(x+2\pi)=0$.
\tagstructend \ExplSyntaxOn
\luamml_end_single_file:
\ExplSyntaxOff
\end{document} \end{document}

View File

@ -4,24 +4,16 @@
\DocumentMetadata{ \DocumentMetadata{
uncompress, uncompress,
pdfversion = 2.0, pdfversion = 2.0,
testphase = phase-I, testphase = {phase-III,math,table},
} }
\input{regression-test} \input{regression-test}
\documentclass{article} \documentclass{article}
\usepackage[structelem]{luamml-demo}
\usepackage{unicode-math} \usepackage{unicode-math}
\tagpdfsetup{math/mathml/structelem}
\begin{document} \begin{document}
\tagstructbegin{tag=Document}
\tagstructbegin{tag=P}
\tagmcbegin{tag=P}
hello hello
\tagmcend
\tagstructend
\LuaMMLTagAF{} {
\[ \[
\begin{pmatrix} \begin{pmatrix}
1 & 0 & 0 \\ 1 & 0 & 0 \\
@ -34,26 +26,22 @@ hello
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$}.
\tagstructend Es gilt $\sin(x)-\sin(x+2\pi)=0$.
\end{document} \end{document}

File diff suppressed because it is too large Load Diff