Davide P. Cervone
Davide P. Cervone
Thanks for the report. This turns out to be due to an internal issue where MathJax's TeX parser doesn't properly handle the `|` in the set when the `\color` macro...
One reason MathJax doesn't have these is that the MathJax TeX fonts don't include the needed unicode characters (the issue you link to indicates that the fonts used by KaTeX...
One of the reasons for the the SVG output was to produce self-contained SVG elements, and in particular, ones that did not rely on web fonts. Originally, this also helped...
Thanks. I'll look into adding the implementation given there.
Yes, it does appear to be, but I haven't been able to investigate it thoroughly yet.
The next official release will be 4.0 (there may be a beta before then), but there won't be a 3.x before that. Updating to 4.0 should be straight-forward (compared to...
I'll see if I can take a look at it later today. I may be able to provide a patch. In the meantime, a work around might be to disable...
An alternative might be to use the the `ignoreHtmlClass` and `processHtmlClass` to control the typesetting. You could use ``` MathJax = { options: { ignoreHtmlClass: 'mathjax_ignore', processHtmlClass: 'myMathjaxElement' } }...
I've just tested both work-arounds, and they both work on your test page. The second might be the easiest and most efficient one.
I left out the `typeset: false` in the first example, but have added it in.