ronkok / Temml

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

\mathrm{d} missing space? #62

Closed MedievalSteel closed 2 months ago

MedievalSteel commented 2 months ago

\mathrm and \text missing space? Screenshot 2024-04-13 212122 Screenshot 2024-04-13 212111

ronkok commented 2 months ago

Yup, that needs work. It would be nice if the browsers got this right without my help. WebKit (Safari) actually does get this one right. But Chromium and Firefox get it wrong, so I'll do a workaround.

Temml already has a test for needsLeadingSpace before an <mo> element. I need to do a better job defining when needsLeadingSpace should be true.

I''l work on it, but a few days may go by before I get to it.

ronkok commented 2 months ago

Fixed by release v0.10.26.