From 1cc6c316feae649d3c8b64ef0c980dfd792c2347 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 24 Dec 2021 19:46:30 +0100 Subject: 2021-12-24 19:09:00 --- tex/context/base/mkxl/node-tsk.lmt | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'tex/context/base/mkxl/node-tsk.lmt') 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 ]], -- cgit v1.2.3