Open lalloni opened 5 years ago
On MathJAX docs says you have to use this configuration for it to reset equation numbering when using autoNumber="AMS":
autoNumber="AMS"
MathJax.Hub.Queue( ["resetEquationNumbers", MathJax.InputJax.TeX], ["PreProcess", MathJax.Hub], ["Reprocess", MathJax.Hub] );
But I've found no way of specifying that in current mathjax_config.js module export syntax.
mathjax_config.js
How can I add that settings to MathJAX configuration?
Adding some context, I was trying to add this configuration for solving #67 which is biting me right now.
On MathJAX docs says you have to use this configuration for it to reset equation numbering when using
autoNumber="AMS"
:But I've found no way of specifying that in current
mathjax_config.js
module export syntax.How can I add that settings to MathJAX configuration?