Merge branch 'issue839' into develop. Issue #839.
This commit is contained in:
commit
01bec60e5a
|
@ -1136,6 +1136,9 @@ MathJax.ElementJax.mml.Augment({
|
||||||
texClass: MML.TEXCLASS.ORD,
|
texClass: MML.TEXCLASS.ORD,
|
||||||
useHeight: 1
|
useHeight: 1
|
||||||
},
|
},
|
||||||
|
adjustChild_displaystyle: function () {
|
||||||
|
return (this.displaystyle != null ? this.displaystyle : this.defaults.displaystyle);
|
||||||
|
},
|
||||||
inheritFromMe: true,
|
inheritFromMe: true,
|
||||||
noInherit: {
|
noInherit: {
|
||||||
mover: {align: true},
|
mover: {align: true},
|
||||||
|
@ -1145,7 +1148,7 @@ MathJax.ElementJax.mml.Augment({
|
||||||
align: true, rowalign: true, columnalign: true, groupalign: true,
|
align: true, rowalign: true, columnalign: true, groupalign: true,
|
||||||
alignmentscope: true, columnwidth: true, width: true, rowspacing: true,
|
alignmentscope: true, columnwidth: true, width: true, rowspacing: true,
|
||||||
columnspacing: true, rowlines: true, columnlines: true, frame: true,
|
columnspacing: true, rowlines: true, columnlines: true, frame: true,
|
||||||
framespacing: true, equalrows: true, equalcolumns: true,
|
framespacing: true, equalrows: true, equalcolumns: true, displaystyle: true,
|
||||||
side: true, minlabelspacing: true, texClass: true, useHeight: 1
|
side: true, minlabelspacing: true, texClass: true, useHeight: 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user