\documentclass[12pt]{srthesis} % This document expects to be in the same directory as srthesis.cls, % part1.tex, part2.tex, part3.tex, part4.tex, part5.tex, extramath.tex, % intro.tex, conclusion.tex, bibliography.tex, and an images directory % It needs to be LaTeX'ed twice for the table of contents. \setlength{\topmargin}{0.3in} \setlength{\textheight}{8.7in} \input epsf \epsfverbosetrue \begin{document} \title{Alice in Mathland: \\ A Mathematical Fantasy} \author{Sara Smollett} \degreeyear{2000} \campus{Simon's Rock College of Bard} \location{Great Barrington, Masschusetts} \approvera{Thesis and Major Advisor, Allen Altman} \approverb{Second Reader, Jamie Hutchinson} \approverc{Third Reader, J. David Reed} \approverd{Dean of the College, Bernard Rodgers} \maketitle \begin{frontmatter} \begin{dedication} This thesis is dedicated to the Yellow Pig and to yellow pig followers everywhere, with thanks to all who have encouraged my mathematical pursuits. I would like to thank my upstairs neighbors in Redwood City for waking me up early every morning so I could write for hours before work, those few individuals who have made useful \LaTeX documentation available on the Internet, and all who pointed me in the direction of relevant and interesting sources. Finally, I would like to thank my parents for their diligent proofreading and editing, my thesis committee for their suggestions and support, my other thesis readers who caught egregious mistakes that had somehow been overlooked, and those who provided feedback after finding my thesis on the web at {\it http://www.simons-rock.edu/\~{}sara/thesis/}. \vspace{.5in} \centerline{\epsfbox{d-pig.ps}} \vspace{.5in} \begin{flushleft} {\it {``}`and what is the use of a book,' thought Alice, `without pictures or conversations?{'}''} \\ \hspace{.5in} Lewis Carroll, from {\it Alice in Wonderland} \vspace{.3in} {\it ``Both a proof and a novel must tell an interesting story.''} \\ \hspace{.5in} Ian Stewart, from {\it Nature's Numbers} \end{flushleft} \end{dedication} \tableofcontents \end{frontmatter} \addtocontents{toc}{\contentsline {chapter}{Introduction}{\thepage}} \input{intro.tex} \input{part1.tex} \input{part2.tex} \input{part3.tex} \input{part4.tex} \input{part5.tex} \newpage \vspace*{2.5in} \centerline{\epsfbox{d-map.ps}} \newpage \addtocontents{toc}{\contentsline {chapter}{Conclusion}{\thepage}} \input{conclusion.tex} \addtocontents{toc}{\contentsline {chapter}{Appendices}{\thepage}} \input{extramath.tex} \input{bibliography.tex} \end{document}