Switch order of commented out formats to avoid final comma problems if they are uncommented
This commit is contained in:
parent
c794e7ce19
commit
161b463141
|
@ -380,17 +380,14 @@ MathJax.Hub.Config({
|
||||||
//
|
//
|
||||||
// Equation numbering parameters.
|
// Equation numbering parameters.
|
||||||
//
|
//
|
||||||
// If you uncomment any of the format parameters, be sure to add
|
|
||||||
// a comma after autoNumber, and be sure you don't have a comma
|
|
||||||
// after the last uncommented format.
|
|
||||||
//
|
|
||||||
equationNumbers: {
|
equationNumbers: {
|
||||||
autoNumber: "none" // "AMS" for standard AMS environment numbering,
|
|
||||||
// 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
|
||||||
// formatID: function (n) {return 'mjx-eqn-'+n}, // element ID to use for reference
|
// formatID: function (n) {return 'mjx-eqn-'+n}, // element ID to use for reference
|
||||||
// formatURL: function (n) {return '#mjx-eqn-'+escape(n)} // URL to use for references
|
// formatURL: function (n) {return '#mjx-eqn-'+escape(n)}, // URL to use for references
|
||||||
|
|
||||||
|
autoNumber: "none" // "AMS" for standard AMS environment numbering,
|
||||||
|
// or "all" to number all displayed equations
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
|
@ -380,17 +380,14 @@ MathJax.Hub.Config({
|
||||||
//
|
//
|
||||||
// Equation numbering parameters.
|
// Equation numbering parameters.
|
||||||
//
|
//
|
||||||
// If you uncomment any of the format parameters, be sure to add
|
|
||||||
// a comma after autoNumber, and be sure you don't have a comma
|
|
||||||
// after the last uncommented format.
|
|
||||||
//
|
|
||||||
equationNumbers: {
|
equationNumbers: {
|
||||||
autoNumber: "none" // "AMS" for standard AMS environment numbering,
|
|
||||||
// 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
|
||||||
// formatID: function (n) {return 'mjx-eqn-'+n}, // element ID to use for reference
|
// formatID: function (n) {return 'mjx-eqn-'+n}, // element ID to use for reference
|
||||||
// formatURL: function (n) {return '#mjx-eqn-'+escape(n)} // URL to use for references
|
// formatURL: function (n) {return '#mjx-eqn-'+escape(n)}, // URL to use for references
|
||||||
|
|
||||||
|
autoNumber: "none" // "AMS" for standard AMS environment numbering,
|
||||||
|
// or "all" to number all displayed equations
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user