Skip to content

Commit

Permalink
Update sample-dynamic.html
Browse files Browse the repository at this point in the history
Add reset for equations counters.
  • Loading branch information
pkra committed Oct 28, 2015
1 parent ecbfb34 commit 5bed91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/sample-dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
//
window.UpdateMath = function (TeX) {
QUEUE.Push(HIDEBOX,["Text",math,"\\displaystyle{"+TeX+"}"],SHOWBOX);
MathJax.Hub.Queue(["resetEquationNumbers",MathJax.InputJax.TeX]);
}
})();
</script>
Expand Down

0 comments on commit 5bed91b

Please sign in to comment.