\documentclass{msudoc} \usepackage{natbib} \bibpunct{(}{)}{;}{a}{}{,} \def\bm{\boldmath} \def\th{\mbox{\boldmath $\theta$ }} \def\muhh{$\hat{\mu}_{HH}$ } \def\muht{$\hat{\mu}_{HT}$ } \newtheorem{theorem}{Theorem}[chapter] %\newtheorem{lemma}[theorem]{Lemma} %\newtheorem{coroll}[theorem]{Corollary} %\input{mytheorems} %\input{myshorthand} %\sloppy \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \frontmatter \title{THE EFFECTS OF PERCH FISHING ON MALE TESTOSTERONE LEVELS} \title{AND SEXUAL LIBIDO} \author{Philip James Turk} \degree{Doctor of Philosophy} \department{Mathematical Sciences} \submissiondate{April 2017} \maketitlepage \copyrightyear{2001} %\makecopyrightpage \chair{John Borkowski} \head{Ken Bowers} \dean{Jim McMillan} \makeapprovalpage \makepermissionpage %\begin{dedication}\input{dedication}\end{dedication} \chapter*{ACKNOWLEDGEMENTS}%\input{acknowledgements} \maketableofcontents %\makelistoftables \makelistoffigures %\begin{abstract} %\input{abstract} %\end{abstract} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \mainmatter \include{intro} %\include{chapter2} %\include{chapter3} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \backmatter \bibliographyname{REFERENCES CITED} %\bibspec{article}{% % +{}{\PrintAuthors}{author} % +{.}{ \bibquotes}{title} % +{.}{ \ISSNlookup}{journal} % +{}{ }{volume} % +{}{ \parenthesize}{date} % +{:}{ \eprintpages} {pages} % +{.}{}{transition} %} \bibliography{ref} \bibliographystyle{jasa} %\input{bib} %\input{bibliography} %\divisionpage{APPENDICES} %\appendix{APPENDIX TITLE}\include{appendix1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}