Davide P. Cervone
Davide P. Cervone
Yes, this is the same issue, and is resolved by the same patch.
It turns out that this is due to the `\_` and can be caused by that macro alone. It comes from the new code that attaches the original LaTeX to...
You do not say how you downloaded the source (e.g., via `npm`, or `git clone`, or downloading the .zip file from GitHub, or what). Also, you don't mention how you...
I assume that is the zip from `mathjax/MathJax` not `mathjax/MathJax-full`. You will also need the `mathjax-modern-font` files on your server as well, which are currently only available through `npm` via...
The default font in MathJax v4 is now based on the Latin Modern font rather than the Computer Modern fonts, which where what the original MathJax TeX fonts were developed...
> How can I switch to svg? Use one of the combined components that ends in `-svg.js` rather than `-chtml.js`. You don't say how you re loading MathJax, so it...
What browser are you using, and on what OS?
See my comments in your other issues for some suggestions about these issues.
The main issue is that MathJax v3 doesn't use ``, but rather just ``, so your configuration is never being executed. In particular, the `mtextInheritFont: true` options aren't taking effect,...
> Does the configuration not work on version 4? I'm not sure which configuration you mean. > Every time we update to a higher version, we have to change the...