summaryrefslogtreecommitdiff
path: root/tex/context/base/node-bck.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-01-25 03:00:20 +0200
committerMarius <mariausol@gmail.com>2014-01-25 03:00:20 +0200
commited7297ed1aeeda69508466e6f880e822d1bde1bb (patch)
tree5e54e5a1a49ba9d6a999126f981ef99b98441795 /tex/context/base/node-bck.lua
parent7d3f53a8898147b0cb36f76455f6a6003a6f4556 (diff)
downloadcontext-ed7297ed1aeeda69508466e6f880e822d1bde1bb.tar.gz
beta 2014.01.25 01:44
Diffstat (limited to 'tex/context/base/node-bck.lua')
-rw-r--r--tex/context/base/node-bck.lua2
1 files changed, 2 insertions, 0 deletions
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")