Davide P. Cervone
Davide P. Cervone
I've made a PR to address the problem in the next release.
Yes, Safari has always had some difficulty with round-off errors, even though all the characters have the same baseline. One work-around would be to use a system font for the...
MathJax's fonts don't include a large, un-raised version of U+00B0, which is what would be needed to render that character as a proper superscript (just as it doesn't have the...
> One of the points of the section is that you want to use one of those characters in an `msubsup`, they need to display properly in `msup` Oh, I...
This will likely be v3 only. While v2 is continuing to be maintained in terms of bug fixes, it is not likely to be getting new features at this point.
You could use the equivalent of ``` \def\oint{\mathop{\vcenter{\mathchoice{\huge\unicode{x222E}\,}{\unicode{x222E}}{\unicode{x222E}}{\unicode{x222E}}}\,}\nolimits} \def\oiint{\mathop{\vcenter{\mathchoice{\huge\unicode{x222F}\,}{\unicode{x222F}}{\unicode{x222F}}{\unicode{x222F}}}\,}\nolimits} \def\oiiint{\mathop{\vcenter{\mathchoice{\huge\unicode{x2230}\,}{\unicode{x2230}}{\unicode{x2230}}{\unicode{x2230}}}\,}\nolimits} ``` to allow `\oint`, `\oiint`, and `\oiiint` to work with their respective unicode characters, with sizing reasonably for displaystyle, and...
We are planning a release at the end of the summer that includes new fonts. We will consider adding new glyphs at that time, so may be able to give...
@Andy2K11, it has taken longer than expected, and is still in progress, but should be in the next release.
@hbghlyj, you are correct that MathJax doesn't handle raw unicode characters in the same way as it does the corresponding macros. it is possible, however, to map these characters to...
You can set the path used for the maps via ``` html { "json": "path-to-mathmaps", } ``` in your HTML file before loading MathJax itself. The problem with a relative...