Add a dummy resetEquationNumbers() function that is replaced by AMS. Resolves issue #1419.

This commit is contained in:
Davide P. Cervone 2016-05-04 08:45:28 -04:00
parent 5fc8bc2add
commit a63aa92102

View File

@ -45,7 +45,9 @@ MathJax.InputJax.TeX = MathJax.InputJax({
formatURL: function (id) {return '#'+escape(id)},
useLabelIds: true
}
}
},
resetEquationNumbers: function () {} // filled in by AMSmath extension
});
MathJax.InputJax.TeX.Register("math/tex");