From c70b2e466bbb07e976f8684d56ae4e5398169e7d Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Sat, 22 Mar 2014 15:31:00 +0100 Subject: beta 2014.03.22 15:31 --- tex/context/base/task-ini.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tex/context/base/task-ini.lua') diff --git a/tex/context/base/task-ini.lua b/tex/context/base/task-ini.lua index fa9b0cf10..ff1d36486 100644 --- a/tex/context/base/task-ini.lua +++ b/tex/context/base/task-ini.lua @@ -18,11 +18,13 @@ if not modules then modules = { } end modules ['task-ini'] = { -- not apply the font handler, we can remove all checks for subtypes 255 local tasks = nodes.tasks +local prependaction = tasks.prependaction local appendaction = tasks.appendaction local disableaction = tasks.disableaction local freezegroup = tasks.freezegroup local freezecallbacks = callbacks.freeze + appendaction("processors", "normalizers", "typesetters.characters.handler") -- always on appendaction("processors", "normalizers", "fonts.collections.process") -- disabled appendaction("processors", "normalizers", "fonts.checkers.missing") -- disabled @@ -120,6 +122,11 @@ appendaction("vboxbuilders", "normalizers", "builders.vspacing.vboxhandler") appendaction("mvlbuilders", "normalizers", "typesetters.checkers.handler") appendaction("vboxbuilders", "normalizers", "typesetters.checkers.handler") +-- rather special (this might get hardcoded): + +-- prependaction("processors", "before", "nodes.properties.attach") +-- appendaction ("shipouts", "normalizers", "nodes.properties.delayed") + -- speedup: only kick in when used disableaction("processors", "languages.replacements.handler") -- cgit v1.2.3