summaryrefslogtreecommitdiff
path: root/tex/context/base/math-stc.mkvi
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-11-11 00:15:03 +0100
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-11-11 00:15:03 +0100
commit09dd6fdf23ca0bdd27007f0420bc30d841eb5ab0 (patch)
tree77087dddf7319cf4f657b0639515c56bf5d6b84b /tex/context/base/math-stc.mkvi
parentf853930e63e059af883ee86b9fe5549cfaa75d43 (diff)
downloadcontext-09dd6fdf23ca0bdd27007f0420bc30d841eb5ab0.tar.gz
2014-11-10 23:15:00
Diffstat (limited to 'tex/context/base/math-stc.mkvi')
-rw-r--r--tex/context/base/math-stc.mkvi15
1 files changed, 10 insertions, 5 deletions
diff --git a/tex/context/base/math-stc.mkvi b/tex/context/base/math-stc.mkvi
index 6d1450f29..54824c58b 100644
--- a/tex/context/base/math-stc.mkvi
+++ b/tex/context/base/math-stc.mkvi
@@ -546,6 +546,11 @@
\setbox\scratchboxtwo\csname\??mathstackersalternative\p_alternative\endcsname
\setbox\scratchboxthree\hbox to \scratchwidth{\hss\box\scratchboxthree\hss}%
%
+ \scratchunicode#codeextra\relax
+ \ifcase\scratchunicode\else
+ \setbox\scratchboxone\csname\??mathstackersalternative\p_alternative\endcsname
+ \fi
+ %
\math_stackers_normalize_three
% analysis
\ifcase#bottom\relax
@@ -573,17 +578,17 @@
\kern-\scratchwidth
% under
\math_stackers_start_tagged_bot
- \scratchunicode#codeextra\relax
- \ifcase\scratchunicode\else
- \setbox\scratchboxtwo\csname\??mathstackersalternative\p_alternative\endcsname
- \fi
\math_stackers_bottom\bgroup
\lower\dimexpr
\scratchdepth
+\ht\scratchboxtwo
+\mathstackersparameter\c!distance % was \c!voffset
\relax
- \box\scratchboxtwo
+ \ifcase#top\relax
+ \box\scratchboxtwo
+ \else
+ \box\scratchboxone
+ \fi
\egroup
\math_stackers_stop_tagged
\fi