https://bugs.kde.org/show_bug.cgi?id=462555
--- Comment #1 from [email protected] --- It looks like this is part of an extension that is not autoloaded in MathJax. I'll add the appropriate code to load it. Note to self or anyone who wants to implement the fix, the gensymb extension needs to be loaded like so: window.MathJax = { loader: {load: ['[tex]/gensymb']}, tex: {packages: {'[+]': ['gensymb']}} }; See this link for details: https://docs.mathjax.org/en/latest/input/tex/extensions/gensymb.html -- You are receiving this mail because: You are watching all bug changes.
