[sage-devel] Re: WANTED: mathjax3 installation path in your linux distro

2023-08-21 Thread Kwankyu Lee
I just did a little bit investigation. I find this jupyter configuration used by the jupyter web server: ..., "fullMathjaxUrl": "/static/nbclassic/components/MathJax/MathJax.js", ..., "mathjaxConfig": "TeX-AMS-MML_HTMLorMML-full,Safe", ... Hence the jupyter run by `sage -notebook` (on my syst

[sage-devel] Re: WANTED: mathjax3 installation path in your linux distro

2023-08-21 Thread Kwankyu Lee
On Tuesday, August 22, 2023 at 1:25:14 AM UTC+9 Nils Bruin wrote: I'm actually having trouble with mathjax on Fedora 38 in the Jupyter notebook at the moment. With the system-provided jupyter notebook I'm getting really poor typesetting results (it looks like it's just trying to approximate t

[sage-devel] Re: WANTED: mathjax3 installation path in your linux distro

2023-08-21 Thread Nils Bruin
I'm actually having trouble with mathjax on Fedora 38 in the Jupyter notebook at the moment. With the system-provided jupyter notebook I'm getting really poor typesetting results (it looks like it's just trying to approximate typesetting without any specific math fonts). When I run `sage --note