asnunes / mathml-to-latex

A JavaScript tool to convert mathml string to LaTeX equation string.
MIT License
51 stars 14 forks source link

Attribute 'mathvariant="double-struck"' has no effect #14

Closed RyanHanekamp closed 1 year ago

RyanHanekamp commented 1 year ago

mathml-to-latex version 1.2.0 `

Rn

`

This is converted to 'R^{n}'

It should be converted to '\mathbb{R}^{n}' or something similar.

https://developer.mozilla.org/en-US/docs/Web/MathML/Global_attributes/mathvariant

Thanks,

-Ryan

asnunes commented 1 year ago

Implemented in #17 Thanks for the report