Switch order of commented out formats to avoid final comma problems if they are uncommented

This commit is contained in:
Davide P. Cervone 2011-08-12 08:27:36 -04:00
parent c794e7ce19
commit 161b463141
2 changed files with 8 additions and 14 deletions

View File

@ -380,17 +380,14 @@ MathJax.Hub.Config({
//
// 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: {
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
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
// 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
}
},

View File

@ -380,17 +380,14 @@ MathJax.Hub.Config({
//
// 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: {
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
// formatTag: function (n) {return '('+n+')'}, // format for \tag and \eqref
// 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
}
},