Fix problem with \overbrace and \underbrace not stacking their super- and subscripts properly

This commit is contained in:
Davide P. Cervone 2011-09-18 17:52:49 -04:00
parent b1a7982674
commit 88c650dd16
8 changed files with 9 additions and 9 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

View File

@ -1272,8 +1272,8 @@
var mml = MML.munderover(base,null,null);
if (stack) {mml.movesupsub = TRUE}
mml.data[mml[pos]] =
this.mmlToken(MML.mo(MML.entity("#x"+c)).With({stretchy: TRUE, accent: (pos == "under")}));
this.Push(MML.TeXAtom(mml));
this.mmlToken(MML.mo(MML.entity("#x"+c)).With({stretchy:TRUE, accent:(pos == "under")}));
this.Push(mml);
},
Overset: function (name) {