Davide P. Cervone
Davide P. Cervone
To do this, the menu code will need some non-trivial changes. Because the submenus open and close on hover (as opposed to only when clicked or on right-arrow), placing the...
The `mathjax-node` package was a hack to allow MathJax v2 to be used in node applications (since v2 was only meant for in-browser use). MathJax v3 was designed around allowing...
This is a duplicate of several other issues. See, for example, #3325 and #2866. This is a WebKit bug, and one that MathJax can't do much about. In v4, the...
The situation for this is improved in v4.0, though not entirely resolved. But it is the best we can do to avoid the underlying browser bug.
Version 4 (currently out in beta release) has both ESM and CommonJS versions. The demos will be updated for the official release. Not all the demos here use the `esm`...
That is correct. The `tex2mml-page` command does not load an output jax (conversion to MathML doesn't require one in general). The `bussproofs` package, however, does require an output jax because...
There is not enough information here to resolve your issue. For example, what version of MathJax are you using? What browser(s) are affected? What operative system are you using? Can...
Also, which output format are you using?
Here is a configuration you can use to obtain the result you are looking for. ``` js MathJax = { tex: {packages: {'[+]': ['aligned-overset']}}, startup: { ready() { const {MacroMap}...
Ah, I hadn't considered that case. I see what you mean. I have been thinking about how to accomplish it, and haven't come up with a method that works using...