texmath-0.12.8: test/writer/tex/x.test
<<< native
[ EArray
[ AlignCenter , AlignCenter ]
[ [ [ EText TextNormal "xcap" ] , [ ESymbol Op "\8898" ] ]
, [ [ EText TextNormal "xcirc" ] , [ ESymbol Ord "\9711" ] ]
, [ [ EText TextNormal "xcup" ] , [ ESymbol Op "\8899" ] ]
, [ [ EText TextNormal "xdtri" ] , [ ESymbol Bin "\9661" ] ]
, [ [ EText TextNormal "xfr" ] , [ ESymbol Alpha "\120117" ] ]
, [ [ EText TextNormal "Xfr" ] , [ ESymbol Alpha "\120091" ] ]
, [ [ EText TextNormal "xharr" ] , [ ESymbol Accent "\10231" ] ]
, [ [ EText TextNormal "xhArr" ] , [ ESymbol Accent "\10234" ] ]
, [ [ EText TextNormal "xi" ] , [ ESymbol Alpha "\958" ] ]
, [ [ EText TextNormal "Xi" ] , [ ESymbol Alpha "\926" ] ]
, [ [ EText TextNormal "xlarr" ] , [ ESymbol Accent "\10229" ] ]
, [ [ EText TextNormal "xlArr" ] , [ ESymbol Accent "\10232" ] ]
, [ [ EText TextNormal "xmap" ] , [ ESymbol Accent "\10236" ] ]
, [ [ EText TextNormal "xnis" ] , [ ESymbol Rel "\8955" ] ]
, [ [ EText TextNormal "xodot" ] , [ ESymbol Op "\10752" ] ]
, [ [ EText TextNormal "xopf" ] , [ ESymbol Alpha "\120169" ] ]
, [ [ EText TextNormal "Xopf" ] , [ ESymbol Alpha "\120143" ] ]
, [ [ EText TextNormal "xoplus" ] , [ ESymbol Op "\10753" ] ]
, [ [ EText TextNormal "xotime" ] , [ ESymbol Op "\10754" ] ]
, [ [ EText TextNormal "xrarr" ] , [ ESymbol Accent "\10230" ] ]
, [ [ EText TextNormal "xrArr" ] , [ ESymbol Accent "\10233" ] ]
, [ [ EText TextNormal "xscr" ] , [ ESymbol Alpha "\120013" ] ]
, [ [ EText TextNormal "Xscr" ] , [ ESymbol Alpha "\119987" ] ]
, [ [ EText TextNormal "xsqcup" ] , [ ESymbol Op "\10758" ] ]
, [ [ EText TextNormal "xuplus" ] , [ ESymbol Op "\10756" ] ]
, [ [ EText TextNormal "xutri" ] , [ ESymbol Bin "\9651" ] ]
, [ [ EText TextNormal "xvee" ] , [ ESymbol Op "\8897" ] ]
, [ [ EText TextNormal "xwedge" ] , [ ESymbol Op "\8896" ] ]
]
]
>>> tex
\begin{matrix}
\text{xcap} & \bigcap \\
\text{xcirc} & ◯ \\
\text{xcup} & \bigcup \\
\text{xdtri} & \bigtriangledown \\
\text{xfr} & \mathfrak{x} \\
\text{Xfr} & \mathfrak{X} \\
\text{xharr} & \longleftrightarrow \\
\text{xhArr} & \Longleftrightarrow \\
\text{xi} & \xi \\
\text{Xi} & \Xi \\
\text{xlarr} & \longleftarrow \\
\text{xlArr} & \Longleftarrow \\
\text{xmap} & \longmapsto \\
\text{xnis} & ⋻ \\
\text{xodot} & \bigodot \\
\text{xopf} & \mathbb{x} \\
\text{Xopf} & \mathbb{X} \\
\text{xoplus} & \bigoplus \\
\text{xotime} & \bigotimes \\
\text{xrarr} & \longrightarrow \\
\text{xrArr} & \Longrightarrow \\
\text{xscr} & \mathcal{x} \\
\text{Xscr} & \mathcal{X} \\
\text{xsqcup} & \bigsqcup \\
\text{xuplus} & \biguplus \\
\text{xutri} & \bigtriangleup \\
\text{xvee} & \bigvee \\
\text{xwedge} & \bigwedge
\end{matrix}