Davide P. Cervone
Davide P. Cervone
Thank you for your request. I have marked it as a feature request to be considered in the future, but it is unlikely that it will be addressed any time...
Yes, the order can be switched. It is not a big change. Do you want me to make you a patch, or a PR that you can apply, or is...
I've made a PR for this, in case you need it before the next release.
Our current `mathtools` package predates the 2022 and 2024 changes to the actual TeX package, so don't have this updates, as you have discovered. This is corrected in mathjax/MathJax-src#1213 which...
Fixed in v4.0
The explorer code was rewritten for v4.0, and should no longer focus elements within the hidden tree. So I'm marking this fixed in v4.0.
Thanks for the report. You are correct that it is not your configuration or usage. @zorkow, here is a minimal example. The empty row must be followed by a row...
PS, an easier mechanism for removing the empty `mtr` nodes would be to incorporate ``` js MathJax = { mml: { mmlFilters: [ function ({data}) { Array.from(data.querySelectorAll('mtr:empty')).forEach((mtr) => mtr.remove()); },...
Not sure what "doesn't work" means here; can you be more specific? Please don't just erase the issue template, but fill it out in the future. If all you have...
If the `pmatrix` is the only thing in the expression, then the only breakpoint is at the final paren (or bracket, or whatever), and so MathJax is forced to use...