%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is the main Thesis project file
% by A. Norman (May 2003)
%
% $Id: Thesis_Draft.tex,v 1.25 2003/12/30 02:16:07 norman Exp $
%
% This is the general class declaration the Thesis Class
% You must have wmthesis.cls in your classpath
%\documentclass[10pt,oneside,openany,titlepage]{wmthesis}
\documentclass[12pt,oneside,openany,titlepage]{wmthesis}
%%%%%%
% Include Extra Packages Here
%
% Use the Hypertex References package (if doing PDF)
% \usepackage{hyperref}
%
% Use the Vpage package which creates the proper 
% Page Layout (USletter, USlegal, etc...)
% see pages 88-89 of The LaTeX companion
%\usepackage{Vmargin}
%
% Use the doublespace package for linespacing
\usepackage{doublespace}
%
% Use both the AMS math and symbols packages 
% for equations
\usepackage{amsmath}
\usepackage{amssymb}
%
% Set the font family to use for the thesis
%
% \usepackage{times,mathptmx}
%
% Use the standard Graphicx Package
% for graphics inclusion with the dvips driver
\usepackage[dvips]{graphicx}
\graphicspath{{.}{./figures/}}
%
% Use the EPS figure package for including 
% encapsulated postscript figures
%\usepackage{epsfig}
%\usepackage{psfig}
%
% Use the standard Postscript Tricks package
% for graphics inclusion with the dvips driver
\usepackage{pstricks,pst-node,pst-text}
%
% Use the PSFrag package for PS text replacement
\usepackage{psfrag}
%
% Use the TextCase package for special text caps
\usepackage{textcase}
%
% Use the Xspace package for proper spacing 
% after macros
\usepackage{xspace}
%
% Use the Subfigure package to create arrays of 
% figures
\usepackage{subfigure}
%
% Use the Calc package for integer opps
\usepackage{calc}
%
% Use the TabularX package to create special tables
\usepackage{tabularx}
%
% Use the enumerate package for custom lists
\usepackage{enumerate}
%
% use the Dcolumn package to allow for aligned columns
% in tables
\usepackage{dcolumn}
%
% Use the MakeIndex Package to generate an index
%
\usepackage{makeidx}
%
% Use the Afterpage Package to flush out unprocessed floats
%
\usepackage{afterpage}
%
%
% Set the Paper Size to Letter
%\setpapersize{USletter}
%
% Set Up the margins to use 
%\setmarginsrb{1in}{1in}{1in}{1in}{0pt}{10mm}{0pt}{5mm}
%
%%%%%%
% Include your macro files here
% This includes any redefinition of commands or environments
\input{general_macros}                  % Include the general macros
\input{kaon_macros}                     % Include Kaon decay macros
%
% If you are indexing include the \makeindex
% command here and run an index pass
%\makeindex                             % Generate an index
%
%===============================================================================
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Begin the Text of the Main Document
%
\begin{document}                        % Begin the document
%\input{Thesis_Margin_Marks}            % Overlay the Margins for the Thesis 
\normalsize                             % Return to Normal font size
\begin{spacing}{2.0}                    % Double Space the Text
\input{title_page.tex}                  % Include the title page
\tableofcontents                        % Make a table of contents
\input{acknowledgements.tex}            % Include the acknowledgements
\listoftables                           % Make a list of tables
\addcontentsline{toc}{chapter}{LIST OF TABLES}
\listoffigures                          % Make a list of figures
\addcontentsline{toc}{chapter}{LIST OF FIGURES}
\input{abstract.tex}                    % Include the abstract
\mainmatter                             % Reset the Numbering to Arabic 1
\makehalftitle\thispagestyle{empty}     % Make the half page title
\input{chapter_intro_text_list.tex}     % Include the chapter 1 text
\input{chapter_1_text_list.tex}         % Include the chapter 1 text
\input{chapter_2_text_list.tex}         % Include the chapter 2 text
\input{chapter_3_text_list.tex}         % Include the chapter 3 text
\input{chapter_4_text_list.tex}         % Include the chapter 4 text
\input{chapter_5_text_list.tex}         % Include the chapter 5 text
\input{chapter_6_text_list.tex}         % Include the chapter 6 text
\input{chapter_7_text_list.tex}         % Include the chapter 7 text
\input{chapter_8_text_list.tex}         % Include the chapter 8 text
\input{chapter_9_text_list.tex}         % Include the chapter 9 text
\input{chapter_10_text_list.tex}        % Include the chapter 10 text
\end{spacing}
% End of Main Thesis Text
%%%%%%
\newpage
%%%%%%
% Include the appendicies here
\input{e871_collaboration.tex}          % Appendix with the collaboration info
\input{four_body_transform.tex}         % Appendix with four body decay transform
\newpage
%
%%%%%%
%%%%%%
% Put Bibliographic information last
%
\bibliography{thesis_biblio}            % Use the file ``thesis_biblio.bib'' for the biblio
\bibliographystyle{prsty}               % Indicate citation in Phys. Rev. Lett. style
%\bibliographystyle{apalike}            % This uses (name, year) as the citation style
%\bibliographystyle{apsrev}             % Indicate the sort by citation order style
%
%%%%%%
%%%%%%
% Include the author's vita here
\vitaauthor{Andrew John Norman}
\begin{thesisauthorvita}                %
\input{vita.tex}                        % Include the vita
\end{thesisauthorvita}                  %
%
%%%%%%
%%%%%%
% Include the University Microfiche Abstract here
\fontsize{10}{12}\selectfont
\begin{umiabstract}                     %
\input{umiabstract.tex}                 % Include UMI abstract
\end{umiabstract}                       %
\normalsize
%
%%%%%%
%%%%%%
% If you are indexing include the index format
%\begin{spacing}{1.0}
%\printindex                            % Print the Index
%\end{spacing}
%%%%%%
\end{document}                          % End the document
%
% END Document
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
