GeneralMultiple BibTeX Files

General information and discussion about TeXnicCenter
Post Reply
panerai
Posts: 1
Joined: Wed Nov 09, 2011 7:10 pm

Multiple BibTeX Files

Post by panerai »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Multiple BibTeX Files

Post by josephwright »

Use

Code: Select all

\bibliography{file1,file2,file3}
There is nothing to do at the BibTeX end - it's all picked up from the LaTeX .aux file.
Joseph Wright
Post Reply