Don't do the scriptlevel adjustment, as per discussion on w3c math list.
This commit is contained in:
parent
98e3f098bd
commit
4238dc5734
|
@ -1138,7 +1138,6 @@ MathJax.ElementJax.mml.Augment({
|
||||||
adjustChild_displaystyle: function () {
|
adjustChild_displaystyle: function () {
|
||||||
return (this.displaystyle != null ? this.displaystyle : this.defaults.displaystyle);
|
return (this.displaystyle != null ? this.displaystyle : this.defaults.displaystyle);
|
||||||
},
|
},
|
||||||
adjustChild_scriptlevel: function () {return 0},
|
|
||||||
inheritFromMe: true,
|
inheritFromMe: true,
|
||||||
noInherit: {
|
noInherit: {
|
||||||
mover: {align: true},
|
mover: {align: true},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user