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.lmt21
1 files changed, 18 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/node-tsk.lmt b/tex/context/base/mkxl/node-tsk.lmt
index ca18c9c3b..c1cdf91a4 100644
--- a/tex/context/base/mkxl/node-tsk.lmt
+++ b/tex/context/base/mkxl/node-tsk.lmt
@@ -679,17 +679,32 @@ return function(head)
end
]],
+-- process = [[
+-- local tonut = nodes.tonut
+-- local tonode = nodes.nuts.tonode
+--
+-- %localize%
+--
+-- return function(head,groupcode)
+-- local nuthead = tonut(head)
+--
+-- return function(nuthead,groupcode)
+--
+-- %actions%
+-- return tonode(nuthead)
+-- end
+-- ]],
+
process = [[
local tonut = nodes.tonut
local tonode = nodes.nuts.tonode
%localize%
-return function(head,groupcode)
- local nuthead = tonut(head)
+return function(nuthead,groupcode)
%actions%
- return tonode(nuthead)
+ return nuthead
end
]],