Davide P. Cervone
Davide P. Cervone
The explorer code has been redesigned for v4.0, and I think you will find that it works better for you. It took a while to come up with a solution...
Note that the code you quote from the beta.7 release notes includes an import map that redirects `source.cjs` to `source-lab.js`, so one possibility would be to use that file to...
MathJax wraps displayed equations to the initial size of the window, and does not reflow equations when the window changes (as you have found). Breaking displayed equations is an expensive...
Well, the main idea would be to use a [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) and register all the displayed equations with it, then when a resize event occurs loop through the nodes that are...
> My equation numbers still seem to go outside of the margins Yes, that is a separate issue, which I corrected in mathjax/MathJax-src#926, but didn't give you a patch for....
There is also a PR that improves the results for breaking in tables, but it is too big to make a patch for it. But see mathjax/Mathjax-src#927 for details. Note...
Great! Thanks for the confirmation.
> Is there anything stopping display equations from acting in this way Yes. The breaking for displayed equations is much more sophisticated than for in-line expressions, as it takes into...
Thanks for the report. It turns out that there is a problem with merging the math lists produced by the TeX and AsciiMath input jax, and so the positions of...