summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-tsk.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/node-tsk.lmt')
-rw-r--r--tex/context/base/mkxl/node-tsk.lmt10
1 files changed, 5 insertions, 5 deletions
diff --git a/tex/context/base/mkxl/node-tsk.lmt b/tex/context/base/mkxl/node-tsk.lmt
index ed6b3e13b..01b485a55 100644
--- a/tex/context/base/mkxl/node-tsk.lmt
+++ b/tex/context/base/mkxl/node-tsk.lmt
@@ -967,7 +967,7 @@ local tonode = nodes.nuts.tonode
%localize%
-return function(head,style,penalties,beginclass,endclass)
+return function(head,style,penalties,beginclass,endclass,level)
local nuthead = tonut(head)
%actions%
@@ -976,19 +976,19 @@ end
]],
step = [[
- nuthead = tonut((%action%(tonode(nuthead),style,penalties,beginclass,endclass)))
+ nuthead = tonut((%action%(tonode(nuthead),style,penalties,beginclass,endclass,level)))
]],
nut = [[
- nuthead = %action%(nuthead,style,penalties,beginclass,endclass)
+ nuthead = %action%(nuthead,style,penalties,beginclass,endclass,level)
]],
nohead = [[
- %action%(tonode(nuthead),style,penalties,beginclass,endclass)
+ %action%(tonode(nuthead),style,penalties,beginclass,endclass,level)
]],
nonut = [[
- %action%(nuthead,style,penalties,beginclass,endclass)
+ %action%(nuthead,style,penalties,beginclass,endclass,level)
]],
}