I'm using Inlage to write my thesis. I made a .bib file and I want to use it to obtain my bibliography. I have one .tex file where I include all the others.
\documentclass[dvips,letterpaper,12pt, openright]{report}
\usepackage{thesis}
\begin{document}
\pagenumbering{arabic}
\include{Chap1}
\include{Chap2}
\end{document}
What do I have to do in order to use the same bib file for all chapters? And which command do I need to use?