We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c5aec commit 41062f8Copy full SHA for 41062f8
notebook/static/base/js/utils.js
@@ -945,7 +945,8 @@ define([
945
MathJax.Hub.Queue(["Typeset", MathJax.Hub, this]);
946
try {
947
MathJax.Hub.Queue(
948
- ["resetEquationNumbers", MathJax.InputJax.TeX]
+ ["Require", MathJax.Ajax, "[MathJax]/extensions/TeX/AMSmath.js"],
949
+ function() { MathJax.InputJax.TeX.resetEquationNumbers(); }
950
);
951
} catch (e) {
952
console.error("Error queueing resetEquationNumbers:", e);
0 commit comments