roniemartinez / latex2mathml

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

Spacing #129

Closed StevenClontz closed 3 years ago

StevenClontz commented 3 years ago

Right now it appears both \quad and \qquad convert to a 1/6 em space, but there should be some distinction here.

In addition, \hspace{1em} support would be nice for manually defining horizontal spacing.