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
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