summaryrefslogtreecommitdiff
path: root/tex/context/base/page-lin.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-07-04 10:42:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-07-04 10:42:00 +0200
commit6fab0bf5d80191fb0748006da3cbdf4561541484 (patch)
tree85ef2d4c3b8dd63bf3a1b27ec7eb621761efee73 /tex/context/base/page-lin.lua
parent16a05ab43b53feac7c21bceccc2886857e9822a8 (diff)
downloadcontext-6fab0bf5d80191fb0748006da3cbdf4561541484.tar.gz
beta 2012.07.04 10:42
Diffstat (limited to 'tex/context/base/page-lin.lua')
-rw-r--r--tex/context/base/page-lin.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/tex/context/base/page-lin.lua b/tex/context/base/page-lin.lua
index b830dbbb9..4dec0deec 100644
--- a/tex/context/base/page-lin.lua
+++ b/tex/context/base/page-lin.lua
@@ -134,6 +134,10 @@ function boxed.register(configuration)
return last
end
+function commands.registerlinenumbering(configuration)
+ context(boxed.register(configuration))
+end
+
function boxed.setup(n,configuration)
local d = data[n]
if d then
@@ -152,6 +156,8 @@ function boxed.setup(n,configuration)
return n
end
+commands.setuplinenumbering = boxed.setup
+
local function check_number(n,a,skip,sameline)
local d = data[a]
if d then
@@ -280,3 +286,6 @@ function boxed.stage_two(n,m)
end
end
end
+
+commands.linenumbersstageone = boxed.stage_one
+commands.linenumbersstagetwo = boxed.stage_two