mathml/test_tex.tex

49 lines
684 B
TeX
Raw Normal View History

2022-12-04 08:38:32 +01:00
\DocumentMetadata{
2021-06-16 15:22:23 +02:00
uncompress,
pdfversion = 2.0,
2022-12-04 08:38:32 +01:00
testphase = phase-I,
2021-06-16 15:22:23 +02:00
}
2021-04-18 15:19:52 +02:00
\documentclass{article}
2021-06-16 15:22:23 +02:00
\usepackage{luamml-demo}
2021-05-03 23:20:48 +02:00
\usepackage{unicode-math}
2021-04-18 15:19:52 +02:00
\begin{document}
2021-06-16 15:22:23 +02:00
\tagstructbegin{tag=Document}
2021-06-17 13:29:16 +02:00
\LuaMMLTagAF{} {
2021-04-18 15:19:52 +02:00
\[
2021-05-03 23:20:48 +02:00
\begin{pmatrix}
1 & 0 & 0 \\
0 & 1 & 0 \\
0 & 0 & 1
\end{pmatrix}
=
\begin{cases}
1 & $if $a=b\\
2 & $else$
\end{cases}
2021-04-18 15:19:52 +02:00
\]
2021-06-17 13:29:16 +02:00
}
\LuaMMLTagAF{} {
2021-04-18 15:19:52 +02:00
\[
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
\]
2021-06-17 13:29:16 +02:00
}
\LuaMMLTagAF{} {
2021-04-18 15:19:52 +02:00
\[
2021-04-19 13:30:54 +02:00
\sum_a\underline c\dot bc'
2021-04-18 15:19:52 +02:00
\]
2021-06-17 13:29:16 +02:00
}
2021-04-19 21:04:48 +02:00
2021-06-16 15:22:23 +02:00
\LuaMMLTagAF{} {
2021-04-24 16:53:50 +02:00
\begin{align}
2021-04-27 01:47:42 +02:00
abc&=def & e^{\mathrm{i}\pi}&=-1\\
2021-05-30 20:37:03 +02:00
\Big(1+2&=3\Big)\\
2021-04-24 16:53:50 +02:00
5
\end{align}
2021-06-16 15:22:23 +02:00
}
2021-04-24 16:53:50 +02:00
2021-06-16 15:22:23 +02:00
Es gilt \LuaMMLTagAF{}{$\sin(x)-\sin(x+2\pi)=0$}.
\tagstructend
2021-04-18 15:19:52 +02:00
\end{document}