packages feed

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

<<< native
[ ESub (EIdentifier "S") (EText TextNormal "new")
, ESymbol Rel "="
, ESub (EIdentifier "S") (EText TextNormal "old")
, ESymbol Bin "\8722"
, EFraction
    NormalFrac
    (ESuper
       (EDelimited
          "("
          ")"
          [ Right (ENumber "5")
          , Right (ESymbol Bin "\8722")
          , Right (EIdentifier "T")
          ])
       (ENumber "2"))
    (ENumber "2")
]
>>> typst
S_upright("new") eq S_upright("old") minus lr((5 minus T))^2 / 2