Bibtex: multiple source files/databases
If you have more than one *.bib file that you want to include in a document, for example, if there is a group database and you have your own personal one, simply do this:
bibliographystyle{apsr}
bibliography{master_bib_file,your_own_bib_file}
Do not repeat the bibliography command because the first file only will be used, and that bibliography will be displayed the number of times that you call the command:
bibliographystyle{apsr}
bibliography{master_bib_file}
bibliography{your_own_bib_file}
This will display the cited references only from ‘master_bib_file’, but twice. This opposes what some other sources say, which state that the latter method will work.
Note that this is different to having multiple bibliographies in one document (all references might still be contained in the source file); see multiple bibliographies at CTAN for how to do this.
categories: Nature and Science and Tech
tags: computing, latex, top tips
last modified: 20th Feb 2012


