Fix ApplyFunction character (#1890)

This commit is contained in:
Ron Kok
2019-03-22 18:30:33 -07:00
committed by ylemkimon
parent a1e341a5c6
commit f8f4809886
4 changed files with 24 additions and 8 deletions

View File

@@ -99,6 +99,7 @@ defineFunction({
mode: baseArg.mode,
limits: true,
alwaysHandleSupSub: true,
parentIsSupSub: false,
symbol: false,
suppressBaseShift: funcName !== "\\stackrel",
body: ordargument(baseArg),