texmath-0.12.8: test/writer/tex/nestTable1.test
<<< native
[ EArray
[ AlignCenter ]
[ [ [ EArray [ AlignCenter ] [ [ [ EIdentifier "x" ] ] ] ] ] ]
]
>>> tex
\begin{matrix}
\begin{matrix}
x
\end{matrix}
\end{matrix}
<<< native
[ EArray
[ AlignCenter ]
[ [ [ EArray [ AlignCenter ] [ [ [ EIdentifier "x" ] ] ] ] ] ]
]
>>> tex
\begin{matrix}
\begin{matrix}
x
\end{matrix}
\end{matrix}