MathJax Equation Numbering
Displayed equations can be numbered
automatically.
- Numbering is off by default
- Numbering can follow AMS LATEX conventions
(starred and unstarred environments)
- Every displayed equation can be numbered
For example,
MathJax.Hub.Config({
TeX: {equationNumbers: {autoNumber: "AMS"}}
});
Other autoNumber values are "none" or "all".
|