summaryrefslogtreecommitdiff
path: root/tex/context/base/spac-ver.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-03-19 14:27:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-03-19 14:27:00 +0100
commit2d5f18782ca5e9193200a19e10d33827163ef0b0 (patch)
treee9e9cd2b85963031d28e85569d53e24b327efd6b /tex/context/base/spac-ver.lua
parentb4b9e98b13cad714598d2183d4156882ed5703c1 (diff)
downloadcontext-2d5f18782ca5e9193200a19e10d33827163ef0b0.tar.gz
beta 2013.03.19 14:27
Diffstat (limited to 'tex/context/base/spac-ver.lua')
-rw-r--r--tex/context/base/spac-ver.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/tex/context/base/spac-ver.lua b/tex/context/base/spac-ver.lua
index cb38a4d66..7d030ab1a 100644
--- a/tex/context/base/spac-ver.lua
+++ b/tex/context/base/spac-ver.lua
@@ -177,16 +177,16 @@ function vspacing.definesnapmethod(name,method)
context(n)
end
---~ local rule_id = nodecodes.rule
---~ local vlist_id = nodecodes.vlist
---~ function nodes.makevtop(n)
---~ if n.id == vlist_id then
---~ local list = n.list
---~ local height = (list and list.id <= rule_id and list.height) or 0
---~ n.depth = n.depth - height + n.height
---~ n.height = height
---~ end
---~ end
+-- local rule_id = nodecodes.rule
+-- local vlist_id = nodecodes.vlist
+-- function nodes.makevtop(n)
+-- if n.id == vlist_id then
+-- local list = n.list
+-- local height = (list and list.id <= rule_id and list.height) or 0
+-- n.depth = n.depth - height + n.height
+-- n.height = height
+-- end
+-- end
local reference = nodes.reference