Merge branch 'issue234' into develop

This commit is contained in:
Davide P. Cervone 2012-08-17 06:51:54 -04:00
commit 51072a309a
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -393,7 +393,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
//
// Needed for \bond for the ~ forms
//
tripledash: ["Macro","\\raise3mu{\\tiny\\text{-}\\kern2mu\\text{-}\\kern2mu\\text{-}}"],
tripledash: ["Macro","\\raise3mu{\\tiny\\text{-}\\kern2mu\\text{-}\\kern2mu\\text{-}}"]
},
//
@ -426,7 +426,7 @@ MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () {
xleftrightarrow: ['xArrow',0x2194,6,6],
xrightleftharpoons: ['xArrow',0x21CC,5,7], // FIXME: doesn't stretch in HTML-CSS output
xRightleftharpoons: ['xArrow',0x21CC,5,7], // FIXME: how should this be handled?
xLeftrightharpoons: ['xArrow',0x21CC,5,7],
xLeftrightharpoons: ['xArrow',0x21CC,5,7]
}
},null,true);
});