On Fri, Nov 26, 2010 at 5:15 PM, Mathieu Boespflug
I am having trouble with the bib module. The bibliography section of my article contains references that I have not cited in the text. These are in my .bib file, but it seems to me that references that were not cited in the text were ignored when constructing the bibliography.
Hi, When you add
\nocite[Aucremanne2005] \nocite[Fabiani2007]
before \section{References} these non cited publications will show up in your bibliography. (At least it does here with Minimals of 24 november)
... which is the way it should be, no? The problem of the original poster is that these entries should not appear in the bibliography despite being in the .bib file, because they aren't mentionned at all in the main text.
I can confirm this issue. I have run into myself in typesetting my thesis.
Hi, Apparently I misunderstood the problem in the original post. If you do not want to mention uncited literature in your bibliography leave the argument of \placepublications[] empty or comment out %[criterium=all]. Regards, Robert Blackstone