asnunes / mathml-to-latex

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

Some function conversions seem to be missing? #22

Closed zsogitbe closed 4 months ago

zsogitbe commented 5 months ago

I have noticed that trigonometry functions are not converted to LaTex in the same way as other tools do it. For example, sin a is usually \sin{a} in LaTex, but this tool gives sin a.