packages feed

texmath-0.12.8: test/writer/tex/msqrt-05.test

<<< native
[ ESqrt
    (EArray
       [ AlignCenter ]
       [ [ [ EPhantom (EIdentifier "ABCD") ] ]
       , [ [ EPhantom (EIdentifier "ABCD") ] ]
       , [ [ EPhantom (EIdentifier "ABCD") ] ]
       ])
]
>>> tex
\sqrt{\begin{matrix}
\phantom{ABCD} \\
\phantom{ABCD} \\
\phantom{ABCD}
\end{matrix}}