Davide P. Cervone
Davide P. Cervone
OK, there are a number of problems with your code, but the main one is the line ``` js explanation.textContent += nextChar; ``` This replaces the content of `explanation` with...
The layout works fine for me: I note, however, that that the font being used in your equations are not the MathJax fonts. Are you using some CSS to affect...
> So what should I do so that both the mathematical font of the formulas and the Persian text in the formula are correct? When you have `mtextInheritFont` as true,...
This is due to the fact that CHTML output groups characters that are not in the MathJax fonts into a single DOM element, while SVG output does not. This is...
TeX fonts contain data that gives an extra shift for accents based on the base character, called the skew value. In OpentType fonts, this skew data is stored in the...
Do you need a patch for this? I have taken the skew data from mathjax-modern, which is closely related to mathjax-tex, and put together a patch, though there is a...
OK, here it is. Put the following into a file called `mathjax-tex-skew.js` and insert ``` html ``` right *after* the script that sets up your MathJax configuration (via `MathJax =...
Glad to hear it. It will be in the next v4 release.
The skew values that are given above are based on the values from the OpenType MATH table of the Latin-Modern font that is the basis of the mathjax-modern font. These...
> \ddddot and \dddot are too high and left: This is because the characters needed of these are not in the mathjax-tex fonts, so MathJax has no metric information about...