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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply