%% Template titlepage.tex
%%
%% anuthesis.sty Copyright (C) 1996, 1997 Steve Blackburn
%%
%% Department of Computer Science, Australian National University
%%

\begin{titlepage}
  \enlargethispage{2cm}
  \begin{center}
    \makeatletter
    \Huge\textbf{\@title} \\[.4cm]
    \Huge\textbf{\thesisqualifier} \\[2.5cm]
    \huge\textbf{\@author} \\[8.5cm]
    \makeatother
    \Large A subthesis submitted in partial fulfilment of the degree of \\
    \LARGE Graduate Diploma in Science (Computer Science) at \\
    The Department of Computer Science\\
    Australian National University \\[2cm]
    \thismonth
  \end{center}
\end{titlepage}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: "thesis"
%%% End: 

