Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb2104.lvt
blob0b7b65af423d4502ac70dce46237855f06f19631
1 % test file for amslatex/2104
2 % the \ensuremath is not supposed to make the nested array
3 % collapse in a heap of error messages.
6 \input{test2e}
7 \AUTHOR{Donald Arseneau asnd@reg.triumf.ca}
8 \documentclass{article}
10 \begin{document}
12 $a$ % get font loading out of the tlg file
14 \START
15 \begin{tabular}{c}
16 \ensuremath{\begin{array}{cc}z & h\end{array}}
17 \end{tabular}
19 \END