123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
-
-
-
-
-
- \documentclass[a4paper, 11pt, oneside]{Thesis}
- \graphicspath{Figures/}
-
-
- \usepackage[square, numbers, comma, sort&compress]{natbib}
- \usepackage{verbatim}
- \usepackage{vector}
- \hypersetup{urlcolor=blue, colorlinks=true}
-
-
- \begin{document}
- \frontmatter
-
-
- \title {Thesis Title}
- \authors {\texorpdfstring
- {\href{your web site or email address}{Author Name}}
- {Author Name}
- }
- \addresses {\groupname\\\deptname\\\univname}
- \date {\today}
- \subject {}
- \keywords {}
-
- \maketitle
-
-
- \setstretch{1.3}
-
-
- \fancyhead{}
- \rhead{\thepage}
- \lhead{}
-
- \pagestyle{fancy}
-
-
-
- \Declaration{
-
- \addtocontents{toc}{\vspace{1em}}
-
- I, AUTHOR NAME, declare that this thesis titled, `THESIS TITLE' and the work presented in it are my own. I confirm that:
-
- \begin{itemize}
- \item[\tiny{$\blacksquare$}] This work was done wholly or mainly while in candidature for a research degree at this University.
-
- \item[\tiny{$\blacksquare$}] Where any part of this thesis has previously been submitted for a degree or any other qualification at this University or any other institution, this has been clearly stated.
-
- \item[\tiny{$\blacksquare$}] Where I have consulted the published work of others, this is always clearly attributed.
-
- \item[\tiny{$\blacksquare$}] Where I have quoted from the work of others, the source is always given. With the exception of such quotations, this thesis is entirely my own work.
-
- \item[\tiny{$\blacksquare$}] I have acknowledged all main sources of help.
-
- \item[\tiny{$\blacksquare$}] Where the thesis is based on work done by myself jointly with others, I have made clear exactly what was done by others and what I have contributed myself.
- \\
- \end{itemize}
-
-
- Signed:\\
- \rule[1em]{25em}{0.5pt}
-
- Date:\\
- \rule[1em]{25em}{0.5pt}
- }
- \clearpage
-
-
-
- \pagestyle{empty}
-
- \null\vfill
-
- \textit{``Write a funny quote here.''}
-
- \begin{flushright}
- If the quote is taken from someone, their name goes here
- \end{flushright}
-
- \vfill\vfill\vfill\vfill\vfill\vfill\null
- \clearpage
-
-
-
- \addtotoc{Abstract}
- \abstract{
- \addtocontents{toc}{\vspace{1em}}
-
- The Thesis Abstract is written here (and usually kept to just this page). The page is kept centered vertically so can expand into the blank space above the title too\ldots
-
- }
-
- \clearpage
-
-
- \setstretch{1.3}
-
-
- \acknowledgements{
- \addtocontents{toc}{\vspace{1em}}
-
- The acknowledgements and the people to thank go here, don't forget to include your project advisor\ldots
-
- }
- \clearpage
-
-
- \pagestyle{fancy}
-
-
-
- \lhead{\emph{Contents}}
- \tableofcontents
-
-
- \lhead{\emph{List of Figures}}
- \listoffigures
-
-
- \lhead{\emph{List of Tables}}
- \listoftables
-
-
- \setstretch{1.5}
- \clearpage
- \lhead{\emph{Abbreviations}}
- \listofsymbols{ll}
- {
-
- \textbf{LAH} & \textbf{L}ist \textbf{A}bbreviations \textbf{H}ere \\
-
- }
-
-
- \clearpage
- \lhead{\emph{Physical Constants}}
- \listofconstants{lrcl}
- {
-
- Speed of Light & $c$ & $=$ & $2.997\ 924\ 58\times10^{8}\ \mbox{ms}^{-\mbox{s}}$ (exact)\\
-
- }
-
-
- \clearpage
- \lhead{\emph{Symbols}}
- \listofnomenclature{lll}
- {
-
- $a$ & distance & m \\
- $P$ & power & W (Js$^{-1}$) \\
- & & \\
- $\omega$ & angular frequency & rads$^{-1}$ \\
- }
-
-
-
-
- \setstretch{1.3}
-
- \pagestyle{empty}
- \dedicatory{For/Dedicated to/To my\ldots}
-
- \addtocontents{toc}{\vspace{2em}}
-
-
-
- \mainmatter
- \pagestyle{fancy}
-
-
-
-
- \input{Chapters/Chapter1}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- \addtocontents{toc}{\vspace{2em}}
-
- \appendix
-
- \input{Appendices/AppendixA}
-
-
-
-
-
- \addtocontents{toc}{\vspace{2em}}
- \backmatter
-
-
- \label{Bibliography}
- \lhead{\emph{Bibliography}}
- \bibliographystyle{unsrtnat}
- \bibliography{Bibliography}
-
- \end{document}
|