MathJax icon indicating copy to clipboard operation
MathJax copied to clipboard

change thickmathspace in \bmod to 5/18em

Open hbghlyj opened this issue 3 years ago • 1 comments

$\bmod$ is currently converted to

<math xmlns="http://www.w3.org/1998/Math/MathML">
  <mo lspace="thickmathspace" rspace="thickmathspace">mod</mo>
</math>

It seems that thickmathspace was removed from MathML core. It would be good to change thickmathspace in \bmod to 0.2777em In Firefox 102, the console will show a warning: image

In Firefox Nightly, the console will show an error: image

hbghlyj avatar Jul 16 '22 17:07 hbghlyj

I've made a PR to address the problem in the next release.

dpvc avatar Sep 15 '22 11:09 dpvc