enable autonumbering of equations using MathJax

http://docs.mathjax.org/en/latest/tex.html#automatic-equation-numbering
This commit is contained in:
Sébastien Loriot 2013-03-07 07:24:03 +01:00
parent 5759d588eb
commit 84210a8e5f
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@
<!-- type="text/javascript" -->
<!-- src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> -->
<!-- </script> -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
TeX: { equationNumbers: { autoNumber: "AMS" } }
});
</script>
<script src="$relpath$../../MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script>
<script src="$relpath$../../CGAL.CGAL/html/hacks.js" type="text/javascript"></script>
<script src="$relpath$modules.js" type="text/javascript"></script>