texmath-0.13.1.2: 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")) = S_(upright("old")) - (5 - T)^2 / 2