ronkok / Temml

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

`\color{}` in array environment #47

Closed hbghlyj closed 5 months ago

hbghlyj commented 6 months ago

Example

\begin{array}{l}
\color{red}a
\\
b
\\
c
\end{array}

LaTeX

KaTeX

Temml (Browser: Chrome)

ronkok commented 5 months ago

Oh dear, that's a serious problem. I'll go to work and I'll have a fix out later this week.

ronkok commented 5 months ago

Fixed via release v0.10.21.

@hbghlyj Thank you for raising this issue.