BibTeX, biblatex and biberMultiple bibliography files

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Sagil
Posts: 20
Joined: Tue Mar 24, 2009 1:15 am

Multiple bibliography files

Post by Sagil »

I've been trying to use multiple bibliography files for an article:

\bibliography{data_mining, sampling}

However, it looks like only the first file specified is actually used, all other references are not found. Instead, I'm getting

Label `...' multiply defined

warnings for all entries in the first file. Looks to me like it is reading the first bibliography file twice. Any ideas how to fix that?


Edit: Nevermind, deleting the .aux and .bbl files and recompiling fixed it.

Recommended reading 2024:

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

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

Post Reply