From cf7755dd328463401bd066ec19cd62e95c225a0c Mon Sep 17 00:00:00 2001 From: Marius Date: Wed, 27 Apr 2011 22:40:13 +0300 Subject: beta 2011.04.27 21:17 --- tex/context/base/back-pdf.lua | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tex/context/base/back-pdf.lua') diff --git a/tex/context/base/back-pdf.lua b/tex/context/base/back-pdf.lua index f6f82c7f5..7c736ebaf 100644 --- a/tex/context/base/back-pdf.lua +++ b/tex/context/base/back-pdf.lua @@ -87,6 +87,15 @@ end local cache = { } +function codeinjections.startlayer(name) + codeinjections.useviewerlayer(name) + return format("/OC /%s BDC",name) +end + +function codeinjections.stoplayer(name) + return "EMC" +end + function nodeinjections.startlayer(name) local c = cache[name] if not c then -- cgit v1.2.3