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...
Code: Select all
\documentclass{upmthesis}
\usepackage[round]{natbib}
\begin{document}
\bibliographystyle{chicago}
\bibliography{ref}
\end{document}
Code: Select all
\def\thebibliography#1{ {} }
let\endthebibliograph=\endlist
(2) Can I set centered 'Bibliography' title on the top of bib 1st page and can it be included in the \def\thebibliography#1{ {} } ?
I hope someone can help, and I really appreciate it
