I try to use a thesis template provided by my university (based on the UC thesis template) together with the natbib and apalike packages and run into the following error message:
Please find attached the class file and a minimum working example..../natbib.sty:637: LaTeX Error
: Command \bibhang already defined
Or name \end... illegal, see p.192 of the manual.
Code: Select all
\documentclass[11pt,dissertation,final]{uhthesis2e}
\usepackage{apalike}
\usepackage{natbib}
\begin{document}
\chapter
This is a test.
\end{document}