packages feed

texmath-0.12.8: test/writer/tex/mfracZcomp-02.test

<<< native
[ EText TextNormal "Inline, display style, normal line\160"
, EFraction
    NormalFrac
    (EGrouped
       [ EMathOperator "ln" , ESymbol Ord "\8289" , EIdentifier "x" ])
    (EIdentifier "y")
, EText
    TextNormal ", numerator and denominator should render normal size."
]
>>> tex
\text{Inline, display style, normal line~}\frac{\ln x}{y}\text{, numerator and denominator should render normal size.}