roniemartinez / latex2mathml

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

\frac without curly braces inconsistent with Mathjax #386

Closed cdelker closed 1 year ago

cdelker commented 1 year ago

Mathjax renders these two \fracs the same, as 1/2 x:

\frac 1 2 x + \frac 12x

but latex2mathml converts the second one into 12/x.

Reference cdelker/ziamath#6.

roniemartinez commented 1 year ago

@all-contributors please add @cdelker for bug

allcontributors[bot] commented 1 year ago

@roniemartinez

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