summaryrefslogtreecommitdiff
path: root/tex/context/base/math-frc.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/math-frc.mkiv')
-rw-r--r--tex/context/base/math-frc.mkiv22
1 files changed, 6 insertions, 16 deletions
diff --git a/tex/context/base/math-frc.mkiv b/tex/context/base/math-frc.mkiv
index 8aa78196b..ae78b9290 100644
--- a/tex/context/base/math-frc.mkiv
+++ b/tex/context/base/math-frc.mkiv
@@ -72,24 +72,14 @@
% \def\math_fractions_auto #1#2{\relax\mathematics{\Ustack{{#1}\normalover{#2}}}}
\def\math_fractions_forced#1#2#3%
- {\vcenter\expandafter\bgroup
- \expandafter\hbox\expandafter\bgroup\expandafter
- \startimath
- \triggermathstyle\normalmathstyle
- \Ustack{{#1{#2}}\normalover{#1{#3}}}%
- \stopimath
- \egroup
- \egroup}
+ {\normalexpanded{\vcenter\bgroup\hbox\bgroup\startimath\triggermathstyle\normalmathstyle}%
+ \Ustack{{#1{#2}}\normalover{#1{#3}}}%
+ \stopimath\egroup\egroup}
\def\math_fractions_auto#1#2%
- {\vcenter\expandafter\bgroup
- \expandafter\hbox\expandafter\bgroup\expandafter
- \startimath
- \triggermathstyle\normalmathstyle
- \Ustack{{#1}\normalover{#2}}%
- \stopimath
- \egroup
- \egroup}
+ {\normalexpanded{\vcenter\bgroup\hbox\bgroup\startimath\triggermathstyle\normalmathstyle}%
+ \Ustack{{#1}\normalover{#2}}%
+ \stopimath\egroup\egroup}
% \def\math_fractions_auto{\math_fractions_forced\firstofoneargument}