summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sphdthesis/example/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/sphdthesis/example/thesis.tex')
-rw-r--r--macros/latex/contrib/sphdthesis/example/thesis.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/macros/latex/contrib/sphdthesis/example/thesis.tex b/macros/latex/contrib/sphdthesis/example/thesis.tex
new file mode 100644
index 0000000000..59427f9620
--- /dev/null
+++ b/macros/latex/contrib/sphdthesis/example/thesis.tex
@@ -0,0 +1,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} \ No newline at end of file