summaryrefslogtreecommitdiff
path: root/tex/context/base/math-dim.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-05-28 19:03:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-05-28 19:03:00 +0200
commit64fa8007415f14472d59bdeaa4745815f13318f3 (patch)
treee576761841c09de4db4feef701d74c63ed9dd7ad /tex/context/base/math-dim.lua
parent61b984d4eeb8c8c18d002f4677a91e663786cf2d (diff)
downloadcontext-64fa8007415f14472d59bdeaa4745815f13318f3.tar.gz
beta 2012.05.28 19:03
Diffstat (limited to 'tex/context/base/math-dim.lua')
-rw-r--r--tex/context/base/math-dim.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/math-dim.lua b/tex/context/base/math-dim.lua
index d245bfb3a..a5d7c3963 100644
--- a/tex/context/base/math-dim.lua
+++ b/tex/context/base/math-dim.lua
@@ -227,6 +227,10 @@ function mathematics.dimensions(dimens) -- beware, dimens get spoiled
UpperLimitBaselineRiseMin = t . limit_above_bgap . text_style,
UpperLimitGapMin = t . limit_above_vgap . text_style,
}
+
+ -- too fragile for tx/px ... even the same values give different results
+ d.DisplayOperatorMinHeight = nil
+ --
d.AccentBaseHeight = 0 -- here? still?
return d, t -- t only for diagnostics
else