From fb6533c362f27e9811417482f57ea8cbdd31abf0 Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Tue, 4 Jun 2013 19:42:00 +0200 Subject: beta 2013.06.04 19:42 --- tex/context/base/lpdf-epa.lua | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tex/context/base/lpdf-epa.lua') diff --git a/tex/context/base/lpdf-epa.lua b/tex/context/base/lpdf-epa.lua index 034e6d7e2..61d57b8d3 100644 --- a/tex/context/base/lpdf-epa.lua +++ b/tex/context/base/lpdf-epa.lua @@ -15,11 +15,12 @@ local formatters = string.formatters ----- lpegmatch, lpegpatterns = lpeg.match, lpeg.patterns -local trace_links = false trackers.register("figures.links", function(v) trace_links = v end) +local trace_links = false trackers.register("figures.links", function(v) trace_links = v end) +local report_link = logs.reporter("backend","merging") -local report_link = logs.reporter("backend","merging") - -local backends, lpdf = backends, lpdf +local backends = backends +local lpdf = lpdf +local context = context local variables = interfaces.variables local codeinjections = backends.pdf.codeinjections -- cgit v1.2.3