Update sample-dynamic.html
Add reset for equations counters.
This commit is contained in:
parent
ecbfb344c3
commit
5bed91bbcd
|
@ -54,6 +54,7 @@ input {margin-top: .7em}
|
|||
//
|
||||
window.UpdateMath = function (TeX) {
|
||||
QUEUE.Push(HIDEBOX,["Text",math,"\\displaystyle{"+TeX+"}"],SHOWBOX);
|
||||
MathJax.Hub.Queue(["resetEquationNumbers",MathJax.InputJax.TeX]);
|
||||
}
|
||||
})();
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue
Block a user