BibTeX, biblatex and biberGenerate one .bbl File from multiple .bib Files

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
sujz
Posts: 1
Joined: Tue Nov 15, 2011 1:48 pm

Generate one .bbl File from multiple .bib Files

Post by sujz »

Hi, all

I want to generate one .bbl file from multiple .bib reference files in order to keep the .tex file looks tidy. My way is looks like this:

Code: Select all

\bibliography{reference/ref1,reference/ref2}
Reference file ref1.bib and ref2.bib are reference files contained in the directory reference. The compiler I used is dvipdfmx:

However, it produces the error message:

Code: Select all

C:\main.bbl
! Extra }, or forgotten \endgroup.
\par ...m \@noitemerr {\@@par }\fi \else {\@@par }
                                                  \fi
So does anyone could help me how to solve this problem or help me implement it.

Thanks.

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

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

Re: Generate one .bbl File from multiple .bib Files

Post by josephwright »

The error is likely to be somewhere else. Please post a minimal example of both your LaTeX and BibTeX sources.
Joseph Wright
Post Reply