summaryrefslogtreecommitdiff
path: root/tex/context/base/tabl-xtb.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-04-15 09:51:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-04-15 09:51:00 +0200
commit6ccaa7b5cce190bade86bc12ff90108fadf121e4 (patch)
treec8b39b9a1eb4620b84447199ae76a761105d9a90 /tex/context/base/tabl-xtb.lua
parent6dca72547df41111bbe7d2bdfc1d297547b16c67 (diff)
downloadcontext-6ccaa7b5cce190bade86bc12ff90108fadf121e4.tar.gz
beta 2014.04.15 09:51
Diffstat (limited to 'tex/context/base/tabl-xtb.lua')
-rw-r--r--tex/context/base/tabl-xtb.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/tabl-xtb.lua b/tex/context/base/tabl-xtb.lua
index d18719a89..d9daefe69 100644
--- a/tex/context/base/tabl-xtb.lua
+++ b/tex/context/base/tabl-xtb.lua
@@ -572,8 +572,8 @@ function xtables.reflow_height()
local total = totalheight + totaldepth
local leftover = settings.textheight - total
if leftover > 0 then
- local leftheight = (totalheight / total ) * leftover / #heights
- local leftdepth = (totaldepth / total ) * leftover / #depths
+ local leftheight = (totalheight / total) * leftover / #heights
+ local leftdepth = (totaldepth / total) * leftover / #depths
for i=1,nofrows do
heights[i] = heights[i] + leftheight
depths [i] = depths [i] + leftdepth