%% ====================================================================%% %% thesis.tex - sample root file for MSU 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. %% %% ====================================================================%% %% \documentclass{phdreport} \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/Thesis2/figs},{/export/grad/griffiths/Thesis/figs/}} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \title{RETURN MAP CHARACTERIZATIONS OF SINGULAR SOLUTIONS FOR A MODEL OF BURSTING WITH TWO SLOW VARIABLES.} \author{Roger E. Griffiths} \date{July 2003} \renewcommand{\committeechair}{Dr. Mark C. Pernarowski} \renewcommand{\departmenthead}{Dr. Kenneth Bowers} \renewcommand{\graduatedean}{Dr. Bruce R. McLeod } %\include{keywords} \doublespace \maketitle \clearpage \renewcommand\thepage{\roman{page}} \setcounter{page}{2} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%% INCLUDE THESE IN FINAL RUN: \include{copyright} \thesissignaturepage \include{permission} \include{acknow} \tableofcontents \listoftables \listoffigures \include{abstract} \clearpage \renewcommand\thepage{\arabic{page}} \setcounter{page}{1} \include{chap1} \include{chap2} \include{chap3} %\include{chap4} %\include{chap5} %\include{chap6} %%%%%%%%%%%%%%%% APPENDICIES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\numberofappendices=2 % Set 0 for none, else number of appendices. %\appendix % Chapters, sections are now appendix style %\begin{part}{Appendices} %{\setlength{\baselineskip}{12pt} % \include{appendix0} % \include{appendixA} % \include{appendixB} % \include{appendixC} %} %\end{part} %%%%%%%%%%% END APPENDICIES %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % The choice of bibliography style is a major decision, jointly made % by you, your thesis advisor, your bartender and the thesis editor. %Common choices are: "siam", "acm", "amsplain", "plain", "chicago". % \bibliographystyle{siam} \bibliography{thesis} \end{document}