Merge branch 'v2.0-patches' of https://github.com/dpvc/MathJax into v2.0-latest

This commit is contained in:
Davide P. Cervone 2012-02-27 20:26:56 -05:00
commit 1a567c853b
20 changed files with 21 additions and 21 deletions

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

View File

@ -192,7 +192,7 @@ MathJax.Hub.Config({
// reposition the browser to the #hash location from the page URL after // reposition the browser to the #hash location from the page URL after
// typesetting for the page. // typesetting for the page.
// //
positionToHash: true, positionToHash: false,
// //
// These control whether to attach the MathJax contextual menu to the // These control whether to attach the MathJax contextual menu to the

File diff suppressed because one or more lines are too long

View File

@ -1240,7 +1240,7 @@ MathJax.Hub = {
skipStartupTypeset: false, // set to true to skip PreProcess and Process during startup 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 "v1.0-compatible": true, // set to false to prevent message about configuration change
elements: [], // array of elements to process when none is given explicitly 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? showMathMenu: true, // attach math context menu to typeset math?
showMathMenuMSIE: true, // separtely determine if MSIE should have math menu showMathMenuMSIE: true, // separtely determine if MSIE should have math menu

View File

@ -192,7 +192,7 @@ MathJax.Hub.Config({
// reposition the browser to the #hash location from the page URL after // reposition the browser to the #hash location from the page URL after
// typesetting for the page. // typesetting for the page.
// //
positionToHash: true, positionToHash: false,
// //
// These control whether to attach the MathJax contextual menu to the // These control whether to attach the MathJax contextual menu to the

View File

@ -24,7 +24,7 @@
*/ */
(function (HUB,HTML,AJAX,CALLBACK,OUTPUT) { (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 var SIGNAL = MathJax.Callback.Signal("menu") // signal for menu events
@ -806,7 +806,7 @@
"MathML output may cause some expressions to render poorly.", "MathML output may cause some expressions to render poorly.",
Firefox: "Your browser's native MathML does not implement all the features " + 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: { SVG: {