Davide P. Cervone
Davide P. Cervone
I have submitted a pull request that resolves the problem, and it should be in the next release. In the meantime, you can use the configuration ``` js MathJax =...
MathJax uses TeX's approach to layout, in general, and in TeX there are basically three sizes: text-size, script-size, and script-script-size. A fraction in text-size will have its numerator and denominator...
I don't think so. But the initial implementation of the HTML-CSS and SVG output processors were designed to reproduce TeX output as closely as possible, so it follows from that....
> is this an upstream issue? @pkra, I'm not sure what is upstream from MathJax itself. Do you mean an issue with the MathML spec?
@corinnaSchultz, you will not be able to use CSS to control the font sizing (at least not effectively), as MathJax needs to know the size of all the elements in...
I had already nearly worked out a possible solution for your problem before Peter indicated that we weren't going to do it, so I'm sending it anyway. There are some...
Note that MathJax only supports a limited number of fonts, and doesn't support mixing fonts, so the font support in `xfrac` is unlikely to be transferable to MathJax. On the...
When MathJax encounters a character that is not in one of its fonts, it needs to determine its size. It does so by temporarily inserting an element that contains the...
PS, if you are looking for a degree symbol (as your file names seems to suggest), you should use U+00B0 not U+00BA. Neither is currently in the MathJax fonts, but...
MathJax v3 no longer includes a PreviewHTML renderer, so closing this.