Add a dummy resetEquationNumbers() function that is replaced by AMS. Resolves issue #1419.
This commit is contained in:
parent
5fc8bc2add
commit
a63aa92102
|
@ -45,7 +45,9 @@ MathJax.InputJax.TeX = MathJax.InputJax({
|
||||||
formatURL: function (id) {return '#'+escape(id)},
|
formatURL: function (id) {return '#'+escape(id)},
|
||||||
useLabelIds: true
|
useLabelIds: true
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
|
||||||
|
resetEquationNumbers: function () {} // filled in by AMSmath extension
|
||||||
});
|
});
|
||||||
MathJax.InputJax.TeX.Register("math/tex");
|
MathJax.InputJax.TeX.Register("math/tex");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user