Description
By default, MathJax's renderers implement the spacing rules for TeX rather than the MathML rules. If you want to use MathML spacing rules, you need to configure the MathML input jax to enforce that. If you add
MathML: {useMathMLspacing: true},
to your configuration, then I think you should get the result that you expect.
Originally posted by @dpvc in #1432 (comment)
Davide- I saw this old post, and we were hoping to try this out too:
MathML: {useMathMLspacing: true},
In the other suggestions you mentioned to me recently, there was a script tag with a lot of other data inside. Do we need more than just the above to make this work, or that is it? Also, is there any specific location where it should be placed? I tried putting this in the same location as the others (before the script that loads MathJax), but it didn't seem to make a difference.
Thanks,
Julie