Davide P. Cervone

Results 978 comments of Davide P. Cervone

Thanks for re-filing the issue with more information. If you add `'[tex]/noerrors'` to the `loader.load` list, that may get you close to what you are looking for. That will show...

> The dangerous command are everywhere in the documentation. I'm unable to find a single instance of any of these commands in the [documentation](https://docs.mathjax.org/en/latest/index.html). Can you point out one or...

OK, thanks. You're right, I didn't check the README file here (only the documentation I linked to above (and the demos repositories). Sure, they can be changed.

I don't think matching against Chinese is really the right answer, here. When you are using dollar signs within text and you don't want them to be treated as math...

> the text content is not known in advance, it is returned by the ChatGPT. Maybe you can tell it to use `\$` to indicate quantities with units of dollars?...

I am not able to reproduce the problem. Is it possible that your page is loading MathJax twice? Or that the configuration script is *after* the script that loads `tex-chtml.js`?...

Did you check that the configuration script comes **before** the script that loads `tex-chtml.js`? Having them in the wrong order is the most likely cause. If they are in the...

Well, version 2.7.5 used by StackExchange sites is pretty old (over six years old now). The current release is 3.2.2, and they have recently added an [opt-in preference](https://meta.stackexchange.com/questions/403271/upgrade-plans-for-mathjax-v3-v4) for using...

I'm marking as "expected behavior", as that is how MathJax works in v2, and that is not likely to change.

The [documentation](https://docs.mathjax.org/en/latest/index.html) for MathJax has descriptions of how to include MstahJax in a web page. You might start at the [Getting started with MathJax components](https://docs.mathjax.org/en/latest/web/start.html) section. There are examples of...