packages feed

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

<<< native
[ EText TextNormal "Inline, styles auto, display and text\160"
, EGrouped
    [ EFraction NormalFrac (ENumber "1") (ENumber "2")
    , ESymbol Bin "-"
    , EFraction NormalFrac (ENumber "1") (ENumber "2")
    , ESymbol Bin "+"
    , EFraction NormalFrac (ENumber "1.23456") (ENumber "7890")
    ]
, EText
    TextNormal
    ", the rendering should be script-size, normal-size and script-size in this example. Fraction lines should align vertically with the math axis."
]
>>> tex
\text{Inline,\ styles\ auto,\ display\ and\ text~}{\frac{1}{2} - \frac{1}{2} + \frac{1.23456}{7890}}\text{,\ the\ rendering\ should\ be\ script-size,\ normal-size\ and\ script-size\ in\ this\ example.\ Fraction\ lines\ should\ align\ vertically\ with\ the\ math\ axis.}