So it really is a bug.
Makes my day! It is not that often one stumbles onto a bug.
After all these years ConTeXt seems pretty robust to me.
And thanks for quickly providing the fix.

yours sincerely,
dr. H. van der Meer



On Jan 13, 2006, at 13:07, Taco Hoekwater wrote:

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


_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to