Fix the AsciiMath block name in default.js, and fix a number of comments in extensions
This commit is contained in:
parent
cfa168e642
commit
70ea836047
|
@ -560,9 +560,9 @@ MathJax.Hub.Config({
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
//
|
//
|
||||||
// These parameters control the AsciiMath inupt jax.
|
// These parameters control the AsciiMath input jax.
|
||||||
//
|
//
|
||||||
AasciiMath: {
|
AsciiMath: {
|
||||||
//
|
//
|
||||||
// Determines whether limits are placed above and below operators,
|
// Determines whether limits are placed above and below operators,
|
||||||
// or next to them. (AsciiMath doesn't have separate in-line and
|
// or next to them. (AsciiMath doesn't have separate in-line and
|
||||||
|
@ -573,7 +573,7 @@ MathJax.Hub.Config({
|
||||||
|
|
||||||
//
|
//
|
||||||
// The character to use for decimal places when scanning for a number.
|
// The character to use for decimal places when scanning for a number.
|
||||||
// If you change it to ,, beware of things like "(1,2)" which would need
|
// If you change it to ",", beware of things like "(1,2)" which would need
|
||||||
// to be changed to "(1, 2)" to be parsed correctly.
|
// to be changed to "(1, 2)" to be parsed correctly.
|
||||||
//
|
//
|
||||||
decimal: "."
|
decimal: "."
|
||||||
|
@ -581,7 +581,7 @@ MathJax.Hub.Config({
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
//
|
//
|
||||||
// These parameters control the MathML inupt jax.
|
// These parameters control the MathML input jax.
|
||||||
//
|
//
|
||||||
MathML: {
|
MathML: {
|
||||||
//
|
//
|
||||||
|
|
|
@ -560,9 +560,9 @@ MathJax.Hub.Config({
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
//
|
//
|
||||||
// These parameters control the AsciiMath inupt jax.
|
// These parameters control the AsciiMath input jax.
|
||||||
//
|
//
|
||||||
AasciiMath: {
|
AsciiMath: {
|
||||||
//
|
//
|
||||||
// Determines whether limits are placed above and below operators,
|
// Determines whether limits are placed above and below operators,
|
||||||
// or next to them. (AsciiMath doesn't have separate in-line and
|
// or next to them. (AsciiMath doesn't have separate in-line and
|
||||||
|
@ -573,7 +573,7 @@ MathJax.Hub.Config({
|
||||||
|
|
||||||
//
|
//
|
||||||
// The character to use for decimal places when scanning for a number.
|
// The character to use for decimal places when scanning for a number.
|
||||||
// If you change it to ,, beware of things like "(1,2)" which would need
|
// If you change it to ",", beware of things like "(1,2)" which would need
|
||||||
// to be changed to "(1, 2)" to be parsed correctly.
|
// to be changed to "(1, 2)" to be parsed correctly.
|
||||||
//
|
//
|
||||||
decimal: "."
|
decimal: "."
|
||||||
|
@ -581,7 +581,7 @@ MathJax.Hub.Config({
|
||||||
|
|
||||||
//============================================================================
|
//============================================================================
|
||||||
//
|
//
|
||||||
// These parameters control the MathML inupt jax.
|
// These parameters control the MathML input jax.
|
||||||
//
|
//
|
||||||
MathML: {
|
MathML: {
|
||||||
//
|
//
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
*
|
*
|
||||||
* \cancel{math} % strikeout math from lower left to upper right
|
* \cancel{math} % strikeout math from lower left to upper right
|
||||||
* \bcancel{math} % strikeout from upper left to lower right
|
* \bcancel{math} % strikeout from upper left to lower right
|
||||||
* \xcancel{math} % strikout with an X
|
* \xcancel{math} % strikeout with an X
|
||||||
* \cancelto{value}{math} % strikeout with arrow going to value
|
* \cancelto{value}{math} % strikeout with arrow going to value
|
||||||
*
|
*
|
||||||
* ---------------------------------------------------------------------
|
* ---------------------------------------------------------------------
|
||||||
|
|
|
@ -15,9 +15,10 @@
|
||||||
* inlineDelimiters: ["",""], // or ["$","$"] or ["\\(","\\)"]
|
* inlineDelimiters: ["",""], // or ["$","$"] or ["\\(","\\)"]
|
||||||
* multiLine: true, // false for TeX on all one line
|
* multiLine: true, // false for TeX on all one line
|
||||||
* style: {
|
* style: {
|
||||||
* "font-family": "serif",
|
* "font-size": "90%",
|
||||||
* "font-size": "80%",
|
* "text-align": "left",
|
||||||
* "color": "black",
|
* "color": "black",
|
||||||
|
* "padding": "1px 3px",
|
||||||
* "border": "1px solid"
|
* "border": "1px solid"
|
||||||
* // add any additional CSS styles that you want
|
* // add any additional CSS styles that you want
|
||||||
* // (be sure there is no extra comma at the end of the last item)
|
* // (be sure there is no extra comma at the end of the last item)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user