From ed7297ed1aeeda69508466e6f880e822d1bde1bb Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 25 Jan 2014 03:00:20 +0200 Subject: beta 2014.01.25 01:44 --- tex/context/base/node-bck.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tex/context/base/node-bck.lua') diff --git a/tex/context/base/node-bck.lua b/tex/context/base/node-bck.lua index d756d43d6..4b7b4a064 100644 --- a/tex/context/base/node-bck.lua +++ b/tex/context/base/node-bck.lua @@ -176,5 +176,7 @@ end nodes.handlers.backgrounds = function(head) local head, done = add_backgrounds (tonut(head)) return tonode(head), done end nodes.handlers.alignbackgrounds = function(head) local head, done = add_alignbackgrounds(tonut(head)) return tonode(head), done end +-- elsewhere: needs checking + tasks.appendaction("shipouts","normalizers","nodes.handlers.backgrounds") tasks.appendaction("shipouts","normalizers","nodes.handlers.alignbackgrounds") -- cgit v1.2.3