Davide P. Cervone

Results 978 comments of Davide P. Cervone

Your DevTools page shows that the MathJax.js file was properly sent to you, as you can see in the code window, so it does not appear to be a cloudflare...

I don't know what mechanism is used to use MathJax in JSXGraph, so I can't really tell for sure, but I suspect that JSXGraph is delayed until MathJax runs and...

Here is a configuration that I think will do the job. ``` javascript MathJax = { loader: {load: ['ui/lazy']}, startup: { elements: ['.render-normal'], ready() { MathJax.startup.defaultReady(); const doc = MathJax.startup.document;...

Are you pre-processing the page server-side, or is MathJax actually running in the browser? Can you provide a complete page that exhibits this failure? I'm wondering if something in the...

Thanks, that helps. I am able to see the problem, and will investigate. Note that the SVG output doesn't seem to have the problem (or at least not the same...

OK, I didn't see that you edited your comment, and your are correct that it is tied to the fact that the initial `div` as `display:hidden`. Because the Bengali characters...

You could have MathJax skip elements that are hidden and run MathJax on them when they are revealed. For example, if you use a class to mark those that are...

The physics extension is part of MathJax v3, but this is a v2 configuration, so I assume you are using version 2. That physics extension has not been back ported...

There is a section in the documentation about [converting from v2](https://docs.mathjax.org/en/latest/upgrading/v2.html), and there is a [configuration converter](https://mathjax.github.io/MathJax-demos-web/convert-configuration/convert-configuration.html) referenced there that should help you update your configuration.