summaryrefslogtreecommitdiff
path: root/tex/context/base/bibl-tra.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-10-14 22:47:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-10-14 22:47:00 +0200
commit6d7cbf123ae37267f91f51c5e65ff36870bf5e73 (patch)
tree24c74f926228c2919629bc6545984956ae95cf83 /tex/context/base/bibl-tra.lua
parente7740d51abd575bf156b3ce1f48a2a5543fbc9eb (diff)
downloadcontext-6d7cbf123ae37267f91f51c5e65ff36870bf5e73.tar.gz
beta 2011.10.14 22:47
Diffstat (limited to 'tex/context/base/bibl-tra.lua')
-rw-r--r--tex/context/base/bibl-tra.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/tex/context/base/bibl-tra.lua b/tex/context/base/bibl-tra.lua
index 4ae81188d..d66446645 100644
--- a/tex/context/base/bibl-tra.lua
+++ b/tex/context/base/bibl-tra.lua
@@ -28,9 +28,9 @@ local list, done, alldone, used, registered, ordered = { }, { }, { }, { }, { },
local mode = 0
local template = utilities.strings.striplong([[
- \citation{*}
- \bibstyle{cont-%s}
- \bibdata{%s}
+ \citation{*}
+ \bibstyle{cont-%s}
+ \bibdata{%s}
]])
function hacks.process(settings)
@@ -128,6 +128,7 @@ local function compare(a,b)
end
function hacks.resolve(prefix,block,reference) -- maybe already feed it split
+ -- needs checking (the prefix in relation to components)
local subset = references.collected[prefix or ""] or references.collected[""]
if subset then
local result, nofresult, done = { }, 0, { }