packages feed

texmath-0.12.5: test/writer/tex/mfracZcomp-09.test

<<< native
[ EText TextNormal "Inline, text style, no line\160"
, EFraction
    NormalFrac
    (EGrouped
       [ ESuper (EIdentifier "x") (ENumber "2")
       , ESymbol Bin "+"
       , ENumber "1"
       ])
    (EIdentifier "x")
, EText TextNormal "\160the end."
]
>>> tex
\text{Inline,\ text\ style,\ no\ line~}\frac{x^{2} + 1}{x}\text{~the\ end.}