
%SimpleThesis.cls thesis class document by Mark von Bibra 1998.

%Based on:

%% University of Washington Thesis class
%% by Jim Fox
%% LaTeX2e version 1995
%% from the latex209 thesis.sty, 1990,1991

% ...which is available in /home/vonbibra/latex/uwthesis/


\ProvidesClass{SimpleThesis}[1998/09/18]
\NeedsTeXFormat{LaTeX2e}
 
%
% ----  Thesis is a modified 12-pt book style  ----------------------------
%
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}
\PassOptionsToClass{12pt}{book}
\PassOptionsToClass{twoside}{book}
\PassOptionsToClass{a4paper}{book}
\PassOptionsToClass{draft}{book}      %Pass other options if you need them.
\ProcessOptions
\LoadClass{book}

%
%  Chapter headings
%
\def\@makechapterhead#1{ \vspace*{2pc} {\centering
 \ifnum \c@secnumdepth >\m@ne \large \@chapapp{} \Thechapter \par
 \vspace{10pt} \fi \large\bf \uppercase\expandafter{#1}\par
 \nobreak \vspace{20pt}} }
%
\def\@makeschapterhead#1{ \vspace*{2pc} {\centering
 \large\bf \uppercase\expandafter{#1}\par
 \nobreak \vspace{20pt}} }
%


%
%  ----  Preliminary pages  ---------------------------
%
\def\prelimpages{ % sets page numbering for the preliminary pages
   \pagestyle{empty} % will be {plain} at start of toc
   \pagenumbering{roman}
   \setcounter{page}{1}
%   \textheight 572pt  % add separation for page numbers (vers 1.3)
%      \footskip 30pt
   % \ifarchitect \textwidth 450pt \oddsidemargin 118pt\fi
   }

%  Title page
%
%  options and defaults
%
\def\Title#1{\gdef\@Title{#1}}
\def\Author#1{\gdef\@Author{#1}}
\def\Year#1{\gdef\@Year{#1}}  \Year{\year}
\def\Degree#1{\gdef\@Degree{#1}} \Degree{Doctor of Philosophy}
%
\def\Department#1{\gdef\@Department{#1}} \Department{School of Physics}
\def\Faculty#1{\gdef\@Faculty{#1}} \Faculty{Faculty of Science}
\def\School#1{\gdef\@School{#1}} \School{The University of Melbourne\\Australia}
\def\Degreetext#1{\gdef\@Degreetext{#1}} 
  \Degreetext{Submitted in total fulfilment of\\ 
the requirements  for the degree of}
\def\textofby#1{\gdef\@textofby{#1}}  \textofby{by}

\def\titlepage{                   % Prints the title page
    \vspace{7pc}
    \begin{center}
	\epsfig{file=SafeUMCrest97.eps}\par
      \vskip0pt plus1fill\relax
      {\Large
      \lineskip 3ex
      \@Title\par}
      \vskip0pt plus1fill\relax
      \@textofby
      \par\vskip0pt plus1fill\relax
      {\large \@Author}
      \par\vskip0pt plus2fill\relax
      \@Degreetext
      \par\vskip0pt plus2fill\relax
      {\large \@Degree}
      \par\vskip0pt plus2fill\relax
      \@Department\par 
%      \@Faculty\par
      \@School
      \par\vskip0pt plus1fill\relax
      \@Year
      \par\vskip0pt plus2fill\relax
    \end{center}
     \vskip0pt plus2fill\relax
  \let\titlepage\relax}

%
%   Abstract
%
%  normal parameters
\def\textofAbstract#1{\gdef\@textofAbstract{#1}} \textofAbstract{ABSTRACT}
\def\textofChairSC#1{\gdef\@textofChairSC{#1}}   \textofChairSC{Chairperson of Supervisory Committee:}
\def\Professor#1{\gdef\@Professor{#1}}
\def\Department#1{\gdef\@Department{#1}}
\long\def\abstract#1{
   \cleardoublepage
   \begin{center}
     \@School
      \par\vskip1pc
      {\large \textbf \@textofAbstract}
      \par\vskip1pc
      {\large \@Title \par}
      \par\vskip1pc
      by \@Author
      \par\vskip1pc
      \@textofChairSC
         \begin{tabular}[t]{cc}\@Professor\\\@Department\end{tabular}
      \par\vskip1pc
   \end{center}
   #1
%   \vfill
   \let\abstract\relax}

%
%   Quote slip
%
\def\textofDate#1{\gdef\@textofDate{#1}}  \textofDate{Date}
\def\textofSignature#1{\gdef\@textofSignature{#1}}  \textofSignature{Signature}
\long\def\quoteslip#1{
   \cleardoublepage
   \null
   \vskip0pt plus1fill\relax
   \noindent #1\par
   \vskip3pc
   \begin{flushright}
      \makebox[3in]{\@textofSignature\hrulefill}
      \par\vskip2pc
      \makebox[3in]{\@textofDate\hrulefill}
   \end{flushright}
   \vskip0pt plus2fill\relax
   \let\quoteslip\relax}

%
%   Acknowledgments
%
\def\textofAck#1{\gdef\@textofAck{#1}}  \textofAck{Acknowledgments}
\long\def\acknowledgments#1{\chapter*{\@textofAck\@mkboth{}{}}
   \thispagestyle{plain}
   #1\par
   \vfill
   \let\acknowledgments\relax}

%
%   Preface
%
\def\textofPref#1{\gdef\@textofPref{#1}}  \textofPref{Preface}
\long\def\preface#1{\chapter*{\@textofPref\@mkboth{}{}}
   \thispagestyle{plain}
   #1\par
   \vfill
   \let\preface\relax}

%
%
% ------- Text pages -------------------------------
%
%
\def\textofChapter#1{\gdef\@textofChapter{#1}}  \textofChapter{Chapter}
\def\textofAppendix#1{\gdef\@textofAppendix{#1}}  \textofAppendix{Appendix}

\def\textpages{% Start of text pages
   \clearpage\pagestyle{empty}
   \cleardoublepage\pagestyle{headings}
   \def\@chapapp{\protect\@textofChapter}
   \def\Thechapter{\arabic{chapter}}
   \pagenumbering{arabic}
 }

\def\appendix{\par %Appendix pages
 \setcounter{chapter}{0}
 \setcounter{section}{0}
 \def\@chapapp{\protect\@textofAppendix}
 \def\Thechapter{\Alph{chapter}}
 \def\thechapter{\Alph{chapter}}}

% End of the SimpleThesis.cls 









