blob: 59427f962082ddc2b065afd4378dd4cd4a040610 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
\documentclass{SPhdThesis}
% PDF and title properties.
\SgSetTitle{A Robust Mesh-based Surface Integration Algorithm}
\SgSetAuthor{Saurabh Garg}
\SgSetAuthorDegrees{List your previous degrees here}
\SgSetYear{2013}
\SgSetDegree{Doctor of Philosophy}
\SgSetDepartment{Department of Computer Science}
\SgSetUniversity{National University of Singapore}
\SgSetDeclarationDate{June 2013}
% The document.
\begin{document}
\begin{frontmatter}
\SgAddTitle%
\SgAddDeclaration%
\input{acknowledgments}%
\input{abstract}%
\SgAddToc% Table of contents.
\SgAddLof% List of figures.
\SgAddLot% List of tables.
\SgAddLoa% List of algorithms.
\end{frontmatter}
\input{chapter1}
\SgIncludeBib{biblio}
\end{document}
|