ronkok / Temml

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

space between last <mo> and text #34

Closed hbghlyj closed 6 months ago

hbghlyj commented 7 months ago

Example

\text{$1=$k}

In LaTeX there is no space between = and k image In MathJax there is no space between = and k image In Temml, there is some space between = and k image

ronkok commented 7 months ago

I'll look into it. It's probably fixable.

ronkok commented 6 months ago

Fixed by release 0.10.18.