packages feed

texmath-0.12.7: test/writer/typst/03.test

<<< native
[ EIdentifier "a"
, ESuper (EIdentifier "x") (ENumber "2")
, ESymbol Bin "+"
, EIdentifier "b"
, EIdentifier "x"
, ESymbol Bin "+"
, EIdentifier "c"
, ESymbol Rel "="
, ENumber "0"
]
>>> typst
a x^2 plus b x plus c eq 0