www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 5bed91bbcdde14281116273ddb870e34074496c8
parent ecbfb344c3092b48f089b8b2ac360fa9dfe0739c
Author: Peter Krautzberger <p.krautzberger@gmail.com>
Date:   Wed, 28 Oct 2015 15:35:57 +0100

Update sample-dynamic.html

Add reset for equations counters.
Diffstat:
Mtest/sample-dynamic.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/sample-dynamic.html b/test/sample-dynamic.html @@ -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>