BibTeX, biblatex and biberchapterbib | Multiple Bibliographies with Child Documents

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
MYaseen208
Posts: 3
Joined: Mon Apr 04, 2011 3:22 am

chapterbib | Multiple Bibliographies with Child Documents

Post by MYaseen208 »

I'm using `chapterbib` package for multiple bibliographies. I put the following two lines in the preamble.

Code: Select all

\usepackage[square,numbers,sectionbib]{natbib}
\usepackage{chapterbib}
Included chapter files with

Code: Select all

\include{Chapter01}
and added the bibliography to the end of each chapter with

Code: Select all

\bibliographystyle{plainnat}
\bibliography{Bibliography}
This works perfectly. But when I put each chapter in its own sub directory and use `input` rather include like this

Code: Select all

\input{../101Chapter01/101Chapter01}
it produces the multiple but same bibliographies for each chapter. Any help will be highly appreciated. Thanks

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