I am writing my thesis and I want to have a list of references at the end of each chapter. I have a main file thesis.tex and then calls each chapter using \include{chapter5/chp5}
Each chapter file, chp.tex looks something like this
Code: Select all
\chapter{Coverage effects on Pt Surfaces}
\label{ch:Ptsurfaces}
.
.
.
\let\newchapter\chapter
\renewcommand{\bibname}{References}
\bibliographystyle{achemso}
\bibliography{project}
\addcontentsline{toc}{chapter}{\bibname}
I'll be grateful for the help in solving this,
Thanks in advance,
kemi