roniemartinez / latex2mathml

Pure Python library for LaTeX to MathML conversion
MIT License
183 stars 25 forks source link

\sideset is not translated correctly #307

Closed yuwenjun1 closed 2 years ago

yuwenjun1 commented 2 years ago

when converting \sideset{^2}{_{3/2}}{\operatorname{P}}, latex2mathml output is not correctly rendered in MathJax viewer. image and when converting \sideset{^{°}}{}{C}, latex2mathml convert fail with IndexError('tuple index out of range').