diff options
Diffstat (limited to 'tex/context/base/mkxl/task-ini.lmt')
-rw-r--r-- | tex/context/base/mkxl/task-ini.lmt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/task-ini.lmt b/tex/context/base/mkxl/task-ini.lmt index 78d7ab657..0018ed690 100644 --- a/tex/context/base/mkxl/task-ini.lmt +++ b/tex/context/base/mkxl/task-ini.lmt @@ -151,6 +151,8 @@ appendaction("everypar", "normalizers", "nodes.handlers.checkparcounter", appendaction("alignments", "normalizers", "nodes.handlers.aligncharacter", nil, "nut", "disabled" ) +appendaction("localboxes", "lists", "typesetters.localboxes.handler", nil, "nut", "enabled" ) + -- some protection freezecallbacks("find_.*_file", "find file using resolver") @@ -189,6 +191,8 @@ freezegroup("everypar", "normalizers") freezegroup("alignments", "normalizers") +freezegroup("localboxes", "lists") + -- new: disabled here directives.register("nodes.basepass", function(v) |