%% ====================================================================%% %% thesis.tex - sample root file for UofU thesis or dissertation %% %% ====================================================================%% %% This contains portions of a thesis which met the graduate school %% %% standards with only a few modifications. %% %% ====================================================================%% %% The command ``latex thesis'' will build the document. To produce a %% %% final version you may also type ``make thesis''. %% %% ====================================================================%% %% \documentclass{msudoc} \usepackage{amsmath,amssymb,amsthm,amsfonts} \usepackage[dvips]{pstcol} \usepackage{graphicx,subfigure} \usepackage{pstricks,float,placeins} \usepackage{multirow,array,shadow,verbatim} \usepackage{mystyle} %% this is your own style file, add macros newdef etc.... %%%%%% set this path to reflect the path to your figures, may have as many as you want. This alleviates having %%%% to list the full path to all of your figures. \graphicspath{{/export/faculty/httpd/htdocs/local/Tex/Thesis1/figs},{/export/grad/griffiths/Thesis/figs/}} \newcommand{\pf}{ {\noindent {\em Proof:}\hspace{.1in} }} \newtheorem{thm}{\sc Theorem}[chapter] %include chapter in numbering scheme \newtheorem{lemma}[thm]{\sc Lemma} %use the thm counter \newtheorem{definition}[thm]{\sc Definition} \newtheorem{prop}[thm]{\sc Proposition} \newtheorem{cor}[thm]{\sc Corollary} \newtheorem{claim}[thm]{\sc Claim} %\newtheorem{definition}{\normalfont Definition} %\newtheorem{theorem}{\normalfont Theorem} \newtheorem{example}{\normalfont Example} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \frontmatter \title{RETURN MAP CHARACTERIZATIONS OF SINGULAR SOLUTIONS FOR A MODEL OF BURSTING WITH TWO SLOW VARIABLES.} \author{Roger E. Griffiths} \degree{Doctor of Philosophy} \department{Mathematical Sciences} \submissiondate{April 2003} \maketitlepage \copyrightyear{2003} \makecopyrightpage \chair{Dr. Mark C. Pernarowski} \head{Dr. Kenneth L. Bowers} \dean{Dr. Bruce Mcleod} \makeapprovalpage \makepermissionpage \chapter*{ACKNOWLEDGEMENTS}\input{acknowledgements} \maketableofcontents \makelistoftables \makelistoffigures \begin{abstract}\input{abstract}\end{abstract} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \mainmatter \include{chap1} \include{chap2} \include{chap3} %\include{chap4} %\include{chap5} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \backmatter % % The choice of bibliography style is a major decision, jointly made % by you, your thesis advisor and the thesis editor. Common choices are % "siam", "acm", "amsplain", "plain", "chicago". % % MSU (currently) requires single space bibliography \singlespace \bibliographystyle{siam} \bibliography{thesis} %\bibliographyname{REFERENCES CITED} %%\input{bib} %\divisionpage{APPENDICES} %\appendix{APPENDIX TITLE}\include{appendix1} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \end{document}