summaryrefslogtreecommitdiff
path: root/tex/context/base/bibl-tra.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2011-10-15 00:00:15 +0300
committerMarius <mariausol@gmail.com>2011-10-15 00:00:15 +0300
commit04d3fbe4239ed7d4ce05bcac837ecc4078f18347 (patch)
tree7d9555aab87659ce57479661add0b7747095c5af /tex/context/base/bibl-tra.lua
parentb356573a2d7c9f73058b973e322791d5eee16ef5 (diff)
downloadcontext-04d3fbe4239ed7d4ce05bcac837ecc4078f18347.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, { }