diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/math-arr.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/math-arr.mkiv | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/context/base/math-arr.mkiv b/Master/texmf-dist/tex/context/base/math-arr.mkiv index 389112b1694..31f8a66eba5 100644 --- a/Master/texmf-dist/tex/context/base/math-arr.mkiv +++ b/Master/texmf-dist/tex/context/base/math-arr.mkiv @@ -52,15 +52,15 @@ \endgroup} \def\mthfrac#1#2#3#4#5{\mathchoice - {\domthfrac\displaystyle \textface {#1}{#2}{#3}{#4}{#5}} - {\domthfrac\textstyle \textface {#1}{#2}{#3}{#4}{#5}} - {\domthfrac\scriptstyle \scriptface {#1}{#2}{#3}{#4}{#5}} + {\domthfrac\displaystyle \textface {#1}{#2}{#3}{#4}{#5}}% + {\domthfrac\textstyle \textface {#1}{#2}{#3}{#4}{#5}}% + {\domthfrac\scriptstyle \scriptface {#1}{#2}{#3}{#4}{#5}}% {\domthfrac\scriptscriptstyle\scriptscriptface{#1}{#2}{#3}{#4}{#5}}} \def\mthsqrt#1#2#3{\mathchoice - {\domthsqrt\displaystyle \textface {#1}{#2}{#3}} - {\domthsqrt\textstyle \textface {#1}{#2}{#3}} - {\domthsqrt\scriptstyle \textface {#1}{#2}{#3}} + {\domthsqrt\displaystyle \textface {#1}{#2}{#3}}% + {\domthsqrt\textstyle \textface {#1}{#2}{#3}}% + {\domthsqrt\scriptstyle \textface {#1}{#2}{#3}}% {\domthsqrt\scriptscriptstyle\textface {#1}{#2}{#3}}} % temp here @@ -114,7 +114,7 @@ $}% \ifdim\wd2>\dimen0 \dimen0\wd2 \fi \setbox4\hbox to \dimen0{#3\displaystyle}% - \mathrel{\mathop{\hbox to \dimen0{\hss\copy4\hss}}\limits^{\box0}_{\box2}} + \mathrel{\mathop{\hbox to \dimen0{\hss\copy4\hss}}\limits\normalsuperscript{\box0}\normalsubscript{\box2}}% \endgroup} \let\domthxarrsingle\domthxarr |