@@ -432,20 +432,23 @@ MathJax.Hub.Config({
432
432
433
433
//
434
434
// Controls whether mml2jax inserts MathJax_Preview spans to make a
435
- // preview available, and what preview to use, whrn it locates
436
- // mathematics on the page. The default is "alttext", which means use
437
- // the <math> tag's alttext attribute as the preview (until it is
438
- // processed by MathJax), if the tag has one. Set to "none" to
435
+ // preview available, and what preview to use, when it locates
436
+ // mathematics on the page. The default is "mathml" which means use
437
+ // the <math> tag as the preview (until it is processed by MathJax).
438
+ // Set to "alttext", to use the <math> tag's alttext attribute as the
439
+ // preview, if the tag has one. Set to "none" to
439
440
// prevent the previews from being inserted (the math will simply
440
- // disappear until it is typeset). Set to an array containing the
441
+ // disappear until it is typeset). Set to "altimg" to use an image
442
+ // described by the altimg* attributes of the <math> element.
443
+ // Set to an array containing the
441
444
// description of an HTML snippet in order to use the same preview for
442
445
// all equations on the page (e.g., you could have it say "[math]" or
443
446
// load an image).
444
447
//
445
448
// E.g., preview: ["[math]"],
446
449
// or preview: [["img",{src: "http://myserver.com/images/mypic.jpg"}]]
447
450
//
448
- preview : "alttext "
451
+ preview : "mathml "
449
452
450
453
} ,
451
454
0 commit comments