Hi all,
I would like to compile three different .bib files when calling BibTeX. Is there any possibility to modify the command "%bm" to pass to BibTeX to call the desired file names at once? Thanks in advance for any help,
FP
General ⇒ Multiple BibTeX Files
NEW: TikZ book now 40% off at Amazon.com for a short time.
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Multiple BibTeX Files
Use
There is nothing to do at the BibTeX end - it's all picked up from the LaTeX .aux file.
Code: Select all
\bibliography{file1,file2,file3}
Joseph Wright