summaryrefslogtreecommitdiff
path: root/mnv/runtime/syntax/testdir/input/tex_03.tex
blob: 25d57eab3f184ea9ccdee193b307db636ce30fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
	\begin{bmatrix}
		1 & x & x^{2} \\
		1 & y & y^{2} \\
		1 & z & z^{2} \\
	\end{bmatrix}
\end{align}
\end{document}