jgm/texmath

unexpected control sequence \mspace

danblaker opened this issue · 0 comments

Attempting to use the \mspace LaTeX control sequence results in an error:

  unexpected control sequence \mspace
  expecting "%", "\\label", "\\tag", "\\nonumber", whitespace or "\\mspace"

To reproduce:

  1. Go to the texmath demo page
  2. Enter \mspace{2mu} into the textarea.
  3. Choose "Convert from tex to mathml inline. (Same error happens for any selected output.)

I would expect \mspace to be supported, especially since it's included in the test suite.