~reviczky/context/mirror

« back to all changes in this revision

Viewing changes to tex/context/base/mkxl/node-tsk.lmt

  • Committer: Context Git Mirror Bot
  • Author(s): Hans Hagen
  • Date: 2022-05-02 15:02:40 UTC
  • Revision ID: git-v1:d2e1112ef8921f361ac7cf1b49e30923cce6d5f0
2022-05-02 15:50:00

Show diffs side-by-side

added added

removed removed

Lines of Context:
967
967
 
968
968
%localize%
969
969
 
970
 
return function(head,style,penalties,beginclass,endclass)
 
970
return function(head,style,penalties,beginclass,endclass,level)
971
971
    local nuthead = tonut(head)
972
972
 
973
973
%actions%
976
976
]],
977
977
 
978
978
step = [[
979
 
    nuthead = tonut((%action%(tonode(nuthead),style,penalties,beginclass,endclass)))
 
979
    nuthead = tonut((%action%(tonode(nuthead),style,penalties,beginclass,endclass,level)))
980
980
]],
981
981
 
982
982
nut  = [[
983
 
    nuthead = %action%(nuthead,style,penalties,beginclass,endclass)
 
983
    nuthead = %action%(nuthead,style,penalties,beginclass,endclass,level)
984
984
]],
985
985
 
986
986
nohead = [[
987
 
    %action%(tonode(nuthead),style,penalties,beginclass,endclass)
 
987
    %action%(tonode(nuthead),style,penalties,beginclass,endclass,level)
988
988
]],
989
989
 
990
990
nonut = [[
991
 
    %action%(nuthead,style,penalties,beginclass,endclass)
 
991
    %action%(nuthead,style,penalties,beginclass,endclass,level)
992
992
]],
993
993
 
994
994
    }