roniemartinez / latex2mathml

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

It can not convert tag like \begin{cases} #106

Closed sinslu closed 3 years ago

sinslu commented 3 years ago

this is the latex ( \begin{cases} {x=1} \ {y=-2}\end{cases})

use latex2mathml convert result is

\(\casesx=1y=2\)

it can not right display!

roniemartinez commented 3 years ago

Thanks @sinslu for the bug report. I'll look into it over the weekend but you may also submit a PR just in case you are interested =)

roniemartinez commented 2 years ago

@all-contributors please add @sinslu for bug

allcontributors[bot] commented 2 years ago

@roniemartinez

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