Peter Krautzberger
Peter Krautzberger
It would be nice if the second column was linking to the relevant packages.
It works now according to https://github.com/mathjax/MathJax/issues/1867 for background. We should also add a note that we will deprecate `AssistiveMML.js` in v3 (as we now have the a11y extensions).
Resolves #222
On https://docs.mathjax.org/en/latest/tex.html, it's only mentioned in the general list and as part of autobold.
Would you be open to me re-writing this so that the a11y extensions are prominently mentioned as the real solution and the AssistiveMML is more strongly discouraged as a solution...
Build on @dpvc's explanations at https://github.com/mathjax/MathJax/issues/1190.
(Recently wrote something up for a sponsor; here's an extracted piece) It might help to play around with http://cdn.mathjax.org/mathjax/latest/test/sample-eqnum.html while reading what follows. There are three settings: - `"all"` -...
Many MathJax config options can be changed on the fly. We should document that a little. Original source for this idea: https://github.com/mathjax/MathJax/issues/1213#issuecomment-124227342
Some recent use cases that might need some documentation - `display:none` (see https://github.com/mathjax/MathJax/issues/1179) - typesetting un-attached nodes (see https://github.com/mathjax/MathJax/issues/1185)
See mathjax/MathJax#693