summaryrefslogtreecommitdiff
path: root/tex/context/base/bibl-tra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/bibl-tra.lua')
-rw-r--r--tex/context/base/bibl-tra.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/tex/context/base/bibl-tra.lua b/tex/context/base/bibl-tra.lua
index c879c1cf4..82f8dc2aa 100644
--- a/tex/context/base/bibl-tra.lua
+++ b/tex/context/base/bibl-tra.lua
@@ -8,6 +8,19 @@ if not modules then modules = { } end modules ['bibl-tra'] = {
-- also see bibl-tra-new !
+-- temporary hack, needed for transition
+
+if not punlications then
+
+ local hacks = utilities.storage.allocate()
+
+ job.register('publications.collected',hacks,function(t) publications.collected = t end)
+
+end
+
+-- end of hack
+
+
local match, gmatch, format, concat, sort = string.match, string.gmatch, string.format, table.concat, table.sort
bibtex = bibtex or { }