roniemartinez / latex2mathml

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

\xleftarrow and \xrightarrow can't be recognizied #299

Closed retsyo closed 2 years ago

retsyo commented 2 years ago
\xleftarrow[abc]{hello}
\xrightarrow[abc]{hello}

is not recoginized by latex2mathml

yuwenjun1 commented 2 years ago
\overset{\rightharpoonup}{a}=λ\overset{\rightharpoonup}{b}  
\overset{\rightleftharpoons}{a}  
\dfrac{3}{2}\overset{\rightarrow}{AC}

\rightharpoonup and \rightleftharpoons can't be recognizied either.

roniemartinez commented 2 years ago

@yuwenjun1 I created a separate ticket in #303