Please add TeX fonts for MathJax, not just STIX-web (or make it very easy for end-users to do so)
Opened this issue · 3 comments
Maybe it's just a matter of opinion but I think the STIX-web Mathjax fonts look awful and I can't for the life of me figure out how to use the regular MathJax TeX fonts. I've read #1037 but can't figure out what to do.
Is there a way to easily install them?
Otherwise we have to resort to this sort of "surgery": https://stackoverflow.com/a/42446768/44330
...or this https://stackoverflow.com/a/44290246/44330
I agree with you.
I followed this answer to solve the problem - Notebook uses its "own" MathJax and the font TeX is missing. Thus we can copy the TeX fonts from the standard MathJax (on Github) and paste them into Notebook's MathJax. We can then modify the configuration (as the answer said, in main.min.js) and restart Notebook.
Also notice that the official MathJax has updated its structure while Notebook hasn't (v2.7, specifically), which means the old version of MathJax is needed.