Results 5 comments of Manal Talat

Have a look at this similar issue: https://github.com/mathjax/MathJax/issues/1989 https://stackoverflow.com/questions/25753125/reload-mathjax-forcing-typesetting-once-again I was having a similar issue while rendering mathjax in the React app, I solved it by adding scripts. You can...

> i've used the mathComponent and the input that i fed in tex is pretty long when it throws the svg, the svg is going out of the div. Dynamic...

I used the mathjax script instead: ` MathJax.Hub.Config({ tex2jax: { inlineMath: [["$","$"],["\\(","\\)"]], displayMath:[["$$", "$$"], ["\\[","\\]"]] }, showMathMenu: false, messageStyle: "none" }); ` and render content in the `` tag.