mathml/testfiles-lua/test_xml.mlt

50 lines
729 B
Plaintext
Raw Permalink Normal View History

2022-12-04 08:38:32 +01:00
\DocumentMetadata{
uncompress,
pdfversion = 2.0,
2022-12-04 08:38:32 +01:00
testphase = phase-I,
}
2022-12-04 08:38:32 +01:00
\input{regression-test}
\documentclass{article}
\usepackage[l3build]{luamml-demo}
\usepackage{unicode-math}
\begin{document}
\tagstructbegin{tag=Document}
\LuaMMLTagAF{} {
\[
\begin{pmatrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{pmatrix}
=
\begin{cases}
2021-11-02 02:27:20 +01:00
1 & \text{if $a=b$}\\
2 & \text{else}
\end{cases}
\]
}
\LuaMMLTagAF{} {
\[
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
\]
}
\LuaMMLTagAF{} {
\[
\sum_a\underline c\dot bc'
\]
}
\LuaMMLTagAF{} {
\begin{align}
abc&=def & e^{\mathrm{i}\pi}&=-1\\
\Big(1+2&=3\Big)\\
5
\end{align}
}
Es gilt \LuaMMLTagAF{}{$\sin(x)-\sin(x+2\pi)=0$}.
\tagstructend
\end{document}