Hello everybody,
I want to use Author-year bibliography for my thesis. So I need it to be proper by just including the syntax into the .cls file. The lay-out is...
\documentclass{upmthesis}
\usepackage[round]{natbib}
\begin{document}
\bibliographystyle{chicago}
\bibliography{ref}
\end{document ...