Davide P. Cervone
Davide P. Cervone
I have made a PR to resolve this issue, but for now, you can incorporate ``` js MathJax = { startup: { ready() { const {SvgWrappers} = MathJax._.output.svg.Wrappers_ts; SvgWrappers.mspace =...
As you surmised, this is the same issue as #3051. If you add `mathbackground="red"` to the base ``, you will see that the accent actually *is* centered on the glyph:...
The column syntax core MathJax v3 and below is pretty limited, but v4 (now in beta release) is more extensive and extendable. I will make a PR to add this...
MathJax doesn't go out of its way to try to handle unicode input, so this is one of those cases where things aren't working as one would like. For characters...
The height and depth of the equal sign was incorrectly set in the alpha.1 font data. Glyphs that are used as parts of multi-character assemblies for horizontal characters have their...
Please see the comments there for more details.
Thanks, I can reproduce the issue and will look into it. These are just warnings, and you can ignore them for now. They are printed to `stderr` not `stdout` so...
MathJax's rendering is correct for the MathML that you have supplied. Three `mtable` elements in a row, with no intervening elements, as in your second and third expressions, should be...
It can be done using the following configuration: ``` js MathJax = { tex: { packages: {'[+]': ['my-scripts']} }, startup: { ready() { const {Configuration} = MathJax._.input.tex.Configuration; const {CommandMap, MacroMap}...
Thanks for the suggestion. That looks like a good font to include. It gave me the incentive to look to see what math fonts are available, and there are 10...