mathjax / MathJax-src

MathJax source code for version 3 and beyond
https://www.mathjax.org/
Apache License 2.0
2.05k stars 205 forks source link

Fix regression from #1069 (mathjax/MathJax#3233, mathjax/MathJax#3234) #1101

Closed dpvc closed 3 months ago

dpvc commented 4 months ago

This PR fixes a regression introduced in #1069 in which primes are misplaced for \underline{x} and give an error about double superscripts for \overline{x} and similar macros. This was du to not taking the subsupOK property in account for these munder and mover constructs. We add those checks here.

Also, this fixes some non-critical number/boolean issues in the base mappings and macros. It works the way it is, but the types are wrong, so we straighten that out here.

Resolves issue mathjax/MathJax#3233 and mathjax/MathJax#3234.