add msupsub tag to scripts, fix #488

This commit is contained in:
Christopher Breeden
2016-06-01 14:21:12 -05:00
parent 1cf10c4cd6
commit 3668bb084e
4 changed files with 4 additions and 1 deletions

View File

@@ -376,8 +376,9 @@ groupTypes.supsub = function(group, options, prev) {
supsub.children[1].style.marginRight = scriptspace;
}
// We ensure to wrap the supsub vlist in a span.msupsub to reset text-align
return makeSpan([getTypeOfGroup(group.value.base)],
[base, supsub]);
[base, makeSpan(["msupsub"], [supsub])]);
};
groupTypes.genfrac = function(group, options, prev) {