texmath-0.12.8: test/writer/tex/mfenced-08.test
<<< native
[ EDelimited
"|"
"|"
[ Right
(EArray
[ AlignCenter ]
[ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
]
, ESymbol Rel "="
, EDelimited
"\8214"
"\8214"
[ Right
(EArray
[ AlignCenter ]
[ [ [ EIdentifier "U" ] ] , [ [ EIdentifier "V" ] ] ])
]
]
>>> tex
\left| \begin{matrix}
U \\
V
\end{matrix} \right| = \left\| \begin{matrix}
U \\
V
\end{matrix} \right\|