packages feed

texmath-0.13.1.2: test/writer/tex/mfracZcomp-11.test

<<< native
[ EText TextNormal "Inline binomial, display style, no line\160"
, EDelimited
    "("
    ")"
    [ Right
        (EFraction
           NormalFrac
           (EGrouped [ EIdentifier "n" , ESymbol Bin "-" , EIdentifier "k" ])
           (EIdentifier "n"))
    ]
, EText TextNormal "\160the end."
]
>>> tex
\text{Inline binomial, display style, no line~}\left( \frac{n - k}{n} \right)\text{~the end.}