UathesisExample.tex

From Organic Design wiki
\documentclass[a4paper,12pt, oneside,PHD]{uathesis}
%%%%%%%%%%%% uathesis options: %%%%%%%%%%%%%
% singlespace, doublespace 
% oneside, twoside
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%include your style files here with
%\include{mystyle.sty}

% define additional packages here
%\usepackage{hyperref} 


\begin{document}

\title{Title of the Thesis}
\author{My Name}
\faculty{Engineering}
\department{Electrical \& Electronic Engineering}
\supervisor[I dont know]{My Mentor's Name}{I don't know}

%create the title page
\maketitle

% create a masters consent form
%\consentform

%%%%%%%%%%%%% First section %%%%%%%%%%%%%%%
\frontmatter
%\include{abstract}

%\include{acknowledgements}

% create list of figures
\listoffigures 

%create table of contents
\tableofcontents


%%%%%%%%%%%% Body of the Thesis %%%%%%%%%%%
\mainmatter

%... include your thesis body here
%\include{chapter1}

\appendix
%.. include your appendices here
%\include{appendixA}


%%%%%%%%%%%% Last part of thesis indices, bibliography  %%%%%%%%%%%%
\backmatter

%create the bibliography
\bibliography{biblio}

\end{document}