Taco Hoekwater
Jesse Alama wrote:
I recently came across an unusual error with the bib module: depending on the section structure of a document, the publication list is sometimes not produced. I've attached a simple document and a one-entry bib file that illustrates the error. If either the second section of the subsection is commented out, the publication list is produced; if both are uncommented, the publication list is not produced. What might be going on?
This is a known limitation introduced by the transparant per-section publication support (it is now clear I should not have done that, but is too late to fix now). Normally being explicit like
\placepublicationlist[criterium=all]
fixes the problem.
That solved the problem -- thanks. (Using \completepublicationlist[criterium=all] , which is what I actually need, also works.) Thanks, Jesse PS It be `criterion' rather than `criterium'. According to my dictionary, the latter means "a one-day bicycle race on a circuit road course". -- Jesse Alama (alama@stanford.edu)