13 Jan
2006
13 Jan
'06
12:07 p.m.
Hi, Hans van der Meer wrote:
It looks as if the bib-module does not look higher up in the directory hierarchy as is done for other elements in an \environment. I would expect that from the project structure, being the main benefit of this structuring.
Is this really a problem in the bib-module or am I overseeing something.
It really is a problem in the module. This improved definition of \dousepublications should fix it: \def\dousepublications#1% {\readfile{#1.bbl} % not \readsysfile {\showmessage{bib}{4}{#1.bbl}} {\showmessage{bib}{2}{#1.bbl}}} You should put it somewhere after \usemodule, but before \usepublications. Thanks for the bug report! Cheers, Taco