ronkok / Temml

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

⊕ at start of a row is larger than normal #29

Closed hbghlyj closed 1 year ago

hbghlyj commented 1 year ago

When converting

\begin{align}
\oplus\oplus\\
\oplus\oplus
\end{align}

image to MathML, ⊕ at start of a row appears larger than normal.

Browser: Firefox/110.0

Same result using

\begin{align}
⊕⊕\\⊕⊕
\end{align}

image

ronkok commented 1 year ago

Firefox is treating the first as an emoji. That's annoying.

I'll work up a fix so that Temml emits a ︎ after a . That will prevent the emoji.

It may be a few days before I get to this, but it will be fixed this week.

ronkok commented 1 year ago

This issue is fixed by release 0.10.16.