Merge branch 'issue707' into develop. Issue #707.

This commit is contained in:
Davide P. Cervone 2014-02-14 08:33:22 -05:00
commit 8cd2eec33d

View File

@ -1671,7 +1671,8 @@
}
} else {
if (n) {this.Push(MML.mspace().With({depth:n}))}
this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE}));
this.Push(MML.mspace().With({linebreak:MML.LINEBREAK.NEWLINE}));
// this.Push(MML.mo()); // make sure we don't look like an embellished operator (#707)
}
},
emPerInch: 7.2,