Taco Hoekwater wrote:
Using the latest context (2005.01.24), I have the same bug.
Not sure yet what goes wrong, but there are a lot of changes
in the latest core-lst.tex so perhaps it has something to
do with that. Still investigating...

I found it, the bug is caused by a mistake in an optimalization in t-bib.tex. You can fix it in texmf/tex/context/bib/t-bib.tex, or use the fixed definition of \placelist below. This bug is in Context 2005.01.13 as well.

Greetings, Taco

% line 687:

\def\doplacepublications[#1]%
  {\preinitializepubslist
   \ifcase\bibcounter\else % HERE it said "\or" instead of "\else"
     \initializepubslist
     \let\bibcounter\!!zerocount
     \placelist[pubs][\c!criterium=\v!all,#1]%
   \fi}


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

Reply via email to