summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/node-tsk.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-05-02 17:02:40 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-05-02 17:02:40 +0200
commitd2e1112ef8921f361ac7cf1b49e30923cce6d5f0 (patch)
tree0d909528bec22b69bdd671aa7fe560d5d0104021 /tex/context/base/mkxl/node-tsk.lmt
parentf740345a433f2b9736b14f61a98173763e093b6f (diff)
downloadcontext-d2e1112ef8921f361ac7cf1b49e30923cce6d5f0.tar.gz
2022-05-02 15:50:00
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)
]],
}