Davide P. Cervone
Davide P. Cervone
It shouldn't matter where the `{}` is, but wherever it works for you is fine. Note that it should only matter when there is only *one* operator in the expression....
There is not enough information given to resolve your issue. The fact that you sometimes get rendered equations and sometimes not suggests that there is a timing issue with some...
When MathJax was first written in 2008, there were few tools available in Javascript to handle coordination of asynchronous tasks, so we developed our own library based on queues, signals...
I'm moving this to the main MathJax issue tracker, where it should have been posted originally. Please do read the template for guidance if you post additional issues.
You do not provide enough information to diagnose your problem. For example, what version of MathJax are you using, and what is your MathJax configuration. Your images indicate that the...
Can you say which subversion you are using? That is, v2.7.x where x is ...? Also, did you check the browser console for messages about fonts not loading? And did...
Some key information is missing, here, namely how you are integrating MathJax with swiper's slide-changing code. There doesn't seem to be a MathJax extension for swiper, so I'm assuming you...
Your configuration that modifies the `font-family` for the MathJax TeX font is a very bad idea. MathJax needs to know a lot of information about the characters in the fonts...
In order for your configuration to be processed by MathJax, it needs to be available at the time that MathJax does its initialization. That usually means you need to provide...
In that case, you need to work a little harder. You should have your `mathjax_startup.js` file use ``` js const script = document.createElement('script')`; script.type = 'text/x-mathjax-config'; script.textContent = String.raw` MathJax.Hub.Config({...