41 lines
1.1 KiB
TeX
41 lines
1.1 KiB
TeX
\documentclass[12pt,a4paper]{memoir}
|
|
\usepackage{ruthesis}
|
|
\title{Ph.D. Dissertation Template for \theInstitution{}}
|
|
\author{Joseph T. Foley}%Use \and as an author separator
|
|
\date{\today}% Change this to the date that it is signed
|
|
|
|
%\DocumentInfo{TYPE}{ABBREVIATION}{DEGREE}{PROGRAM}
|
|
%\DocumentInfo{Dissertation}{Ph.D.}{Doctor of Philosophy}{Computer Science}
|
|
\DocumentInfo{Dissertation}{Ph.D.}{Doctor of Philosophy}{Computer Science}
|
|
\School{School of Technology}
|
|
|
|
\SupervisorHeading{Thesis Committee}
|
|
\Supervisors{
|
|
\personinfo{Superior A. Teacher}{Supervisor}{Professor}{Reykjavik University}{Iceland}
|
|
\personinfo{Helpful A. Teacher}{Co-advisor}{Assistant Professor}{LUniversity of Iceland}{Iceland}
|
|
}
|
|
\ExaminerHeading{Examiner}
|
|
\Examiners{
|
|
\personinfo{Tough E. Questions}{Examiner}{Associate Professor}{Massachusetts Institute of Technology}{USA}
|
|
|
|
}
|
|
|
|
\usepackage{lipsum}%provides us with text for testing
|
|
%% usage: \lipsum[STARTNUM-ENDNUM]
|
|
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
\copyrightpage{}
|
|
\signaturepage{}
|
|
\newpage
|
|
|
|
\mainmatter{}
|
|
\chapter{Introduction}
|
|
\lipsum[0-20]
|
|
\end{document}
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "PHD-NAME-YEAR"
|
|
%%% End:
|