ronkok / Temml

TeX-to-MathML conversion library in JavaScript
https://temml.org/
MIT License
142 stars 12 forks source link

\over in \Set #50

Closed hbghlyj closed 8 months ago

hbghlyj commented 8 months ago

Example

\Set{a\over a}
\hskip1cm
{a\over a}

in LaTeX

in Temml the numerator is not centered, as there is a <mspace> in front of it

<mrow><mspace width="0.2222em"></mspace><mi>a</mi></mrow>

image

ronkok commented 8 months ago

Fixed by release v0.10.22.