marcesea82
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Mathjax] Problem with brackets renderingHello, I got help from the Mathjax team, and I was able to fix the issue by switching to SVG output – Mathjax version 3. So my site is now back with the latest version of Mathjax up and running.
Here’s the library to use for SVG output:
//cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js
Hope this info may be of help to others.
Many thanks for telling me where to get help – and again thanks for your plug-in too. 🙂Forum: Plugins
In reply to: [Simple Mathjax] Problem with brackets renderingHello there, you’re welcome.
Just opened an issue: https://github.com/mathjax/MathJax/issues/2853
Let’s hope they’ll fix the problem as version 2 if slower than 3.
Bye!Forum: Plugins
In reply to: [Simple Mathjax] Problem with brackets renderingHello there, fixed the issue by downgrading to version 2 of Mathjax. So it’s an issue of MathJax V3, nothing to do with your plug-in.
I had a custom configuration code for version 3 to include the cancel package, that prevented me to successfully downgrade to version 2 until now. Didn’t rewrite code for version 2, simply put an \require{cancel} in the preamble.
I’ll have to tell the Mathjax development team about the problem I guess. Bye and again, thanks for your work!