I'm using Emacs 23 with bib-cite-minor-mode. However, this minor mode requires a \bibliography{} statement in the file. I have a master LaTeX file in which I have \include commands, so each section does not have a \bibliography{} command. How can I specify a default bibiography for bib-cite-minor-mode?
Specifically setting bib-cite-aux-inputs and bib-cite-inputs to the folder in which the .tex and .bib files are located did not solve this.
Update: I also use RefTeX, which I have since discovered includes the functionality which I was using bib-cite-minor-mode for: in RefTeX, C-c & opens the reference in the bibliography file. I was clicking on the reference using bib-cite-minor-mode for this.