dissertation-4-dissertation/thesis.tex

109 lines
2.9 KiB
TeX
Raw Normal View History

2013-11-16 17:13:31 +00:00
\documentclass[a4paper,11pt,twoside,printmode,index]{Classes/PhDThesisPSnPDF}
2013-11-15 13:11:41 +00:00
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Thesis Information & Meta-data
%% PhD Thesis Title, Author, Degree, etc
%%
%% The title of the thesis
\title{Multiscale Modelling of \\
Granular Flows}
%% The full name of the author
2013-11-14 18:51:42 +00:00
\author{Krishna Kumar}
%% Department (eg. Department of Engineering, Maths, Physics)
2013-11-14 23:17:26 +00:00
\dept{Department of Engineering}
%% University and Crest
2013-11-14 18:51:42 +00:00
\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
2013-11-14 18:51:42 +00:00
\degree{Doctor of Philosophy}
%% College affiliation (optional)
2013-11-14 23:17:26 +00:00
\college{King's College}
%% Submission date
2013-11-14 18:51:42 +00:00
\degreedate{Yet to be decided}
%% Meta information
\subject{GeoMechanics}
\keywords{{Material Point Method} {Lattice Boltzmann} {Multi-scale} {Multiphase} {Granular Flows}}
2013-11-15 13:11:41 +00:00
2013-11-14 18:51:42 +00:00
% Uncomment to set spacing as 1.5 line spacing
% \onehalfspace
2013-11-14 18:51:42 +00:00
%**************************Front Matter********************************************* %
2013-11-15 14:15:34 +00:00
\begin{document}
2013-11-14 18:51:42 +00:00
\frontmatter
\begin{titlepage}
\maketitle
\end{titlepage}
\include{Dedication/dedication}
\include{Declaration/declaration}
\include{Acknowledgement/acknowledgement}
\include{Abstract/abstract}
%*************** Adding TOC and List of Figures *********************************** %
% To hide sections from appearing in TOC add \tochide\section{Section name}
\newcommand{\nocontentsline}[3]{}
\newcommand{\tochide}[2]{\bgroup\let\addcontentsline=\nocontentsline#1{#2}\egroup}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
% To restrict the length of the figure caption in List of figures use:
% \caption[Caption that you want to appear in TOC]{Actual caption of the figure}
% \section[short]{title}
\tableofcontents
\listoffigures
\listoftables
\makenomenclature
%******************************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}
2013-11-14 18:51:42 +00:00
\renewcommand{\bibname}{References} % changes default name Bibliography to References
\cleardoublepage
\bibliography{References/References}
\end{spacing}
2013-11-16 17:13:31 +00:00
%************************************************************************************* %
%******************************* Index *********************************************** %
%%
\printthesisindex
2013-11-14 18:51:42 +00:00
\end{document}