So, I thought I'd use bibtex's command line argument that allows you to set the minimum number of cross-references required before the reference is included in the list. I therefore ran:
Code: Select all
bibtex -min-crossrefs=1 filename
I tried with one hyphen before the name of the option, as is stated in the documentation (from bibtex --help) and with two, just in case, but there was no difference.
Is it just me, or is there really a problem with this option?
I'm using the natbib package with the apsr harvard style with TexLive on Ubuntu and I ran bibtex using both Kile and the command line. I'm also using PDFLatex, if that's relevant. I could concoct a MWE, if you think it'll help.
In the meantime, I'm working round it with \nocites.