roniemartinez / latex2mathml

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

\overbrace and \underbrace are not converted correctly #302

Closed roniemartinez closed 2 years ago

roniemartinez commented 2 years ago

\overbrace and \underbrace are same

CodeCogsEqn

CodeCogsEqn

Originally posted by @retsyo in https://github.com/roniemartinez/latex2mathml/issues/294#issuecomment-1085830785


\overbrace{1+2+\cdots+n}^{there are n}

and \underbrace{a+b+\cdots+z}_{26}

Originally posted by @retsyo in https://github.com/roniemartinez/latex2mathml/issues/294#issuecomment-1085971550