texmath-0.13.2: test/writer/starmath/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")
]
>>> starmath
S_"new" = S_"old" - {{left ( 5 - T right )}^2 over 2}