Code: Select all
\documentclass{book}
\usepackage[sectionbib]{chapterbib}
\begin{document}
\include{chapter11}
\include{chapter22}
\end{document}
Code: Select all
\chapter{1st chapter}
Instead of simply listing headings of different levels we recommend to
let every heading be followed by at least a short passage of text.
Further on please use the \cite{ji2010qualitative,sih1987prey} .....
\bibliographystyle{plainnat}
\bibliography{ref}
Code: Select all
\chapter{2nd chapetr}
Some text and a reference to \cite{chen2009leslie}. But also have a look in \cite{bazykin1998nonlinear}...
\bibliographystyle{plainnat}
\bibliography{ref}