Add missing comma in default.js (pointed out by Victor Ivrii)
This commit is contained in:
parent
14b3702e85
commit
fd0e446a39
|
@ -458,7 +458,7 @@ MathJax.Hub.Config({
|
||||||
// Equation numbering parameters.
|
// Equation numbering parameters.
|
||||||
//
|
//
|
||||||
equationNumbers: {
|
equationNumbers: {
|
||||||
autoNumber: "none" // "AMS" for standard AMS environment numbering,
|
autoNumber: "none", // "AMS" for standard AMS environment numbering,
|
||||||
// or "all" to number all displayed equations
|
// or "all" to number all displayed equations
|
||||||
// formatNumber: function (n) {return n}, // format for equation number n
|
// formatNumber: function (n) {return n}, // format for equation number n
|
||||||
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
|
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
|
||||||
|
|
|
@ -458,7 +458,7 @@ MathJax.Hub.Config({
|
||||||
// Equation numbering parameters.
|
// Equation numbering parameters.
|
||||||
//
|
//
|
||||||
equationNumbers: {
|
equationNumbers: {
|
||||||
autoNumber: "none" // "AMS" for standard AMS environment numbering,
|
autoNumber: "none", // "AMS" for standard AMS environment numbering,
|
||||||
// or "all" to number all displayed equations
|
// or "all" to number all displayed equations
|
||||||
// formatNumber: function (n) {return n}, // format for equation number n
|
// formatNumber: function (n) {return n}, // format for equation number n
|
||||||
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
|
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
|
||||||
|
|
Loading…
Reference in New Issue
Block a user