roniemartinez / latex2mathml

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

\overrightarrow {a} conversion failed #100

Closed tonystank3000 closed 4 years ago

tonystank3000 commented 4 years ago
\overrightarrow {a}=(\sqrt{3},-1)

to

 <math display="inline" xmlns="http://www.w3.org/1998/Math/MathML"><mrow><mi>\overrightarrow</mi><mrow><mi>a</mi></mrow><mo>&#x0003D;</mo><mo stretchy="false">&#x00028;</mo><msqrt><mrow><mn>3</mn></mrow></msqrt><mi>,</mi><mo>&#x02212;</mo><mn>1</mn><mo stretchy="false">&#x00029;</mo></mrow></math>
\overrightarrow can not convert 
roniemartinez commented 2 years ago

@all-contributors please add @tonystank3000 for bug

allcontributors[bot] commented 2 years ago

@roniemartinez

I've put up a pull request to add @tonystank3000! :tada: