packages feed

texmath-0.12.5: test/writer/eqn/mfracZcomp-12.test

<<< native
[ EText TextNormal "Inline binomial, text style, no line\160"
, EDelimited
    "("
    ")"
    [ Right
        (EFraction
           NormalFrac
           (EGrouped
              [ EMathOperator "log" , ESymbol Ord "\8289" , EIdentifier "x" ])
           (EIdentifier "y"))
    ]
, EText TextNormal "\160the end."
]
>>> eqn
roman "Inline binomial, text style, no line " left ( {log  x} over y right ) roman " the end."