dissertation-4-dissertation/thesis.tex
2013-11-23 16:43:15 +00:00

100 lines
2.5 KiB
TeX

\documentclass[a4paper,12pt,twoside,times,numbered,print,index]{Classes/PhDThesisPSnPDF}
% ********************************* Preamble **********************************
% Preamble: Contains packages and user-defined commands and settings
\input{Preamble/preamble}
% ******************** Thesis Information & Meta-data *************************
%% The title of the thesis
\title{Multiscale Modelling of \texorpdfstring{\\}{}Granular Flows}
%% The full name of the author
\author{Krishna Kumar}
%% Department (eg. Department of Engineering, Maths, Physics)
\dept{Department of Engineering}
%% University and Crest
\university{University of Cambridge}
\crest{\includegraphics[width=0.25\textwidth]{Figs/University_Crest}}
%% You can redefine the submission text:
%\renewcommand{\submissiontext}{change the default text here if needed}
%% Full title of the Degree
\degree{Doctor of Philosophy}
%% College affiliation (optional)
\college{King's College}
%% Submission date
\degreedate{Yet to be decided}
%% Meta information
\subject{GeoMechanics}
\keywords{{Material Point Method} {Lattice Boltzmann} {Multi-scale} {Multiphase} {Granular Flows}}
% ********************************Front Matter************************************
\begin{document}
\frontmatter
\begin{titlepage}
\maketitle
\end{titlepage}
\include{Dedication/dedication}
\include{Declaration/declaration}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
% *********************** Adding TOC and List of Figures *************************
\tableofcontents
\listoffigures
\listoftables
\printnomencl
% ***********************************Main Matter***********************************
\mainmatter
\include{Chapter1/chapter1}
\include{Chapter2/chapter2}
\include{Chapter3/chapter3}
%\include{Chapter4/chapter4}
%\include{Chapter5/chapter5}
%\include{Chapter6/chapter6}
%\include{Chapter7/chapter7}
% ***********************************Back Matter***********************************
\backmatter
\appendix
\include{Appendix1/appendix1}
\include{Appendix2/appendix2}
% ***********************************Bibliography**********************************
\begin{spacing}{0.9}
\bibliographystyle{apalike}
%\bibliographystyle{plainna}
\renewcommand{\bibname}{References}% changes default name Bibliography-> References
\cleardoublepage
\bibliography{References/References}
\end{spacing}
% *************************************** Index ***********************************
\printthesisindex
\end{document}