packages feed

texmath-0.12.8: test/writer/tex/mfenced-07.test

<<< native
[ EDelimited
    "("
    ")"
    [ Right
        (EArray
           [ AlignCenter ]
           [ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
    ]
, ESymbol Rel "="
, EDelimited
    "("
    ")"
    [ Right
        (EArray
           [ AlignCenter ]
           [ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
    ]
]
>>> tex
\begin{pmatrix}
U \\
V
\end{pmatrix} = \begin{pmatrix}
U \\
V
\end{pmatrix}