From a63aa92102368ac83870fddb2b6270b4c2811c1a Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 4 May 2016 08:45:28 -0400 Subject: [PATCH] Add a dummy resetEquationNumbers() function that is replaced by AMS. Resolves issue #1419. --- unpacked/jax/input/TeX/config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unpacked/jax/input/TeX/config.js b/unpacked/jax/input/TeX/config.js index 22c2e7814..2ab381975 100644 --- a/unpacked/jax/input/TeX/config.js +++ b/unpacked/jax/input/TeX/config.js @@ -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");