summaryrefslogtreecommitdiff
path: root/tex/context/base/page-lin.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-03-05 21:40:21 +0200
committerMarius <mariausol@gmail.com>2012-03-05 21:40:21 +0200
commit71face84821f8212fe34edc807ffa23520edfa5a (patch)
tree19b7c74e1077aa5a1388530e7a5040f005f7da22 /tex/context/base/page-lin.lua
parent5b2019644037a2cf805af6848813b79eace180f5 (diff)
downloadcontext-71face84821f8212fe34edc807ffa23520edfa5a.tar.gz
beta 2012.03.05 19:49
Diffstat (limited to 'tex/context/base/page-lin.lua')
-rw-r--r--tex/context/base/page-lin.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/page-lin.lua b/tex/context/base/page-lin.lua
index fc38f7e6b..b830dbbb9 100644
--- a/tex/context/base/page-lin.lua
+++ b/tex/context/base/page-lin.lua
@@ -206,6 +206,10 @@ function boxed.stage_zero(n)
return identify(texbox[n].list)
end
+-- reset ranges per page
+-- store first and last per page
+-- maybe just set marks directly
+
function boxed.stage_one(n,nested)
current_list = { }
local head = texbox[n]