summaryrefslogtreecommitdiff
path: root/tex/context/base/bibl-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2013-11-28 19:36:00 +0100
committerHans Hagen <pragma@wxs.nl>2013-11-28 19:36:00 +0100
commitb8fc467825a38e03f9d0f01c367870e3a02f5d1c (patch)
treeb28eb6bbfbab87a663ec02e3ca96353f50a98c67 /tex/context/base/bibl-tra.lua
parent57aa5d3def74918153b53ce9dd46b3f36d383423 (diff)
downloadcontext-b8fc467825a38e03f9d0f01c367870e3a02f5d1c.tar.gz
beta 2013.11.28 19:36
Diffstat (limited to 'tex/context/base/bibl-tra.lua')
-rw-r--r--tex/context/base/bibl-tra.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/bibl-tra.lua b/tex/context/base/bibl-tra.lua
index 39eae3bcd..c879c1cf4 100644
--- a/tex/context/base/bibl-tra.lua
+++ b/tex/context/base/bibl-tra.lua
@@ -59,8 +59,9 @@ function hacks.process(settings)
local database = settings.database or ""
local jobname = tex.jobname
if database ~= "" then
- interfaces.showmessage("publications",3)
- io.savedata(file.addsuffix(jobname,"aux"),format(template,style,database))
+ local targetfile = file.addsuffix(jobname,"aux")
+ interfaces.showmessage("publications",3,targetfile)
+ io.savedata(targetfile,format(template,style,database))
if trace_bibtex then
report_tex("processing bibtex file %a using %a",jobname,bibtexbin)
end