diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/unicode-math/testfiles/X620b.ltx')
-rw-r--r-- | Master/texmf-dist/source/latex/unicode-math/testfiles/X620b.ltx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/unicode-math/testfiles/X620b.ltx b/Master/texmf-dist/source/latex/unicode-math/testfiles/X620b.ltx new file mode 100644 index 00000000000..c8c15066083 --- /dev/null +++ b/Master/texmf-dist/source/latex/unicode-math/testfiles/X620b.ltx @@ -0,0 +1,11 @@ +\input{umtest-preamble} +\usepackage{unicode-math} +\usepackage{delarray} +\setmathfont{Cambria Math} +\begin{document} +\[ +\begin{array}[t]({c}) 1\\2\\3 \end{array} +\begin{array}[c]({c}) 1\\2\\3 \end{array} +\begin{array}[b]({c}) 1\\2\\3 \end{array} +\] +\end{document} |