26 Jan
2005
26 Jan
'05
11:15 a.m.
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}