mirror of https://github.com/CGAL/cgal
enable autonumbering of equations using MathJax
http://docs.mathjax.org/en/latest/tex.html#automatic-equation-numbering
This commit is contained in:
parent
5759d588eb
commit
84210a8e5f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue