Merge branch 'v2.0-patches' of https://github.com/dpvc/MathJax into v2.0-latest
This commit is contained in:
commit
1a567c853b
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -192,7 +192,7 @@ MathJax.Hub.Config({
|
|||
// reposition the browser to the #hash location from the page URL after
|
||||
// typesetting for the page.
|
||||
//
|
||||
positionToHash: true,
|
||||
positionToHash: false,
|
||||
|
||||
//
|
||||
// These control whether to attach the MathJax contextual menu to the
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1240,7 +1240,7 @@ MathJax.Hub = {
|
|||
skipStartupTypeset: false, // set to true to skip PreProcess and Process during startup
|
||||
"v1.0-compatible": true, // set to false to prevent message about configuration change
|
||||
elements: [], // array of elements to process when none is given explicitly
|
||||
positionToHash: true, // after initial typeset pass, position to #hash location?
|
||||
positionToHash: false, // after initial typeset pass, position to #hash location?
|
||||
|
||||
showMathMenu: true, // attach math context menu to typeset math?
|
||||
showMathMenuMSIE: true, // separtely determine if MSIE should have math menu
|
||||
|
|
|
@ -192,7 +192,7 @@ MathJax.Hub.Config({
|
|||
// reposition the browser to the #hash location from the page URL after
|
||||
// typesetting for the page.
|
||||
//
|
||||
positionToHash: true,
|
||||
positionToHash: false,
|
||||
|
||||
//
|
||||
// These control whether to attach the MathJax contextual menu to the
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
*/
|
||||
|
||||
(function (HUB,HTML,AJAX,CALLBACK,OUTPUT) {
|
||||
var VERSION = "2.0";
|
||||
var VERSION = "2.0.1";
|
||||
|
||||
var SIGNAL = MathJax.Callback.Signal("menu") // signal for menu events
|
||||
|
||||
|
@ -806,7 +806,7 @@
|
|||
"MathML output may cause some expressions to render poorly.",
|
||||
|
||||
Firefox: "Your browser's native MathML does not implement all the features " +
|
||||
"used by MathJax, so some expressions my render improperly."
|
||||
"used by MathJax, so some expressions may render improperly."
|
||||
},
|
||||
|
||||
SVG: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user