Swansea U. Thesis Template
作者:
Ricardo Stuardo
最近上传:
4 个月前
许可:
Creative Commons CC BY 4.0
摘要:
Swansea University Ph.D. thesis template
(used for Physics Ph.D.)
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass[a4paper,11pt,oneside]{book}
\linespread{1.25}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amsfonts,amsthm,amssymb,dsfont}
\usepackage{graphicx,wrapfig,lipsum}
\usepackage[section]{placeins}
\usepackage[numbers,sort&compress]{natbib}
\usepackage{tikz}
\usetikzlibrary{shapes.geometric,decorations.markings}
\usepackage{subfigure}
\usepackage{slashed}
%---------------------------------------------------------------
% HYPER REFERENCES
%---------------------------------------------------------------
\usepackage[hidelinks]{hyperref}
\hypersetup{
colorlinks=true,
linktocpage=true,
linkcolor=blue,
urlcolor=blue,
citecolor=blue,
}
%---------------------------------------------------------------
% PAGE STYLE
%---------------------------------------------------------------
\voffset -1in
\hoffset -1in
\setlength{\marginparsep}{0mm}
\setlength{\parskip}{2mm}
\setlength{\textheight}{22.7cm}
\textwidth .72\paperwidth
\addtolength\textheight{\topskip}
\topmargin .05\paperheight
\headheight .02\paperheight
\headsep .03\paperheight
\footskip .07\paperheight
\oddsidemargin .14\paperwidth
\evensidemargin .14\paperwidth
\marginparwidth .11\paperwidth
\numberwithin{equation}{section}
\setcounter{tocdepth}{2}
%------------------------------------------------------------
% COMMANDS FOR THIS PROJECT
%------------------------------------------------------------
\newcommand{\arXiv}[1]{{\tt \href{http://www.arXiv.org/abs/#1}{arXiv:#1}}}
%-------------------------------------------------------------
% DOCUMENT
%-------------------------------------------------------------
\begin{document}
%-------------------------------------------------------------
% TITLE PAGE
%-------------------------------------------------------------
\begin{titlepage}
\begin{center}
\includegraphics[scale=0.35]{logo} \vspace{0.5cm}
\textsc{\Large Doctoral Thesis } \vspace{0.5cm} % Thesis type
\rule{14cm}{0.05cm} \vspace{0.4cm} % Horizontal line
\Large{\textbf{ TITLE }}\vspace{0.4cm} % Thesis title
\rule{14cm}{0.05cm} \vspace{1.5cm} % Horizontal line
\large{\textit{by:}} \\
\Large{AUTHOR} %AUTHOR
\vspace{2cm}
\large \textit{
A thesis submitted in fulfilment of the requirements\\
for the Doctor of Philosophy}
\vspace{0.3cm} % University requirement text
\textit{of the}
\vspace{0.4cm}
Department of Physics,\\
Faculty of Science and Engineering,\\
Swansea University
\vspace{1.0cm}
\today
\end{center}
\end{titlepage}
%--------------------------------------------------------------------
% DECLARATION PAGE
%--------------------------------------------------------------------
\newpage
\pagenumbering{gobble}
\include{DeclarationOfAuthorship}
\newpage
\thispagestyle{empty}
$\phantom{blankpage}$
%--------------------------------------------------------------------
% DEDICATION
%--------------------------------------------------------------------
\newpage
\thispagestyle{empty}
\vspace*{\fill}
\begin{flushright}
\Large{
\textit{"I copied - don't be afraid to copy - and eventually something that I suppose that I would call my own appeared."} \\ \vspace{0.5cm}
David Gilmour, 2019
}
\end{flushright}
\vfill
\newpage
\thispagestyle{empty}
$\phantom{blankpage}$
%--------------------------------------------------------------------
% ABSTRACT PAGE
%--------------------------------------------------------------------
\newpage
\pagenumbering{roman}
\setcounter{page}{6}
\addcontentsline{toc}{chapter}{Abstract}
\include{Abstract}
\newpage
\thispagestyle{empty}
$\phantom{a}$ \vfill
%--------------------------------------------------------------
% ACKNOWLEDGEMENTS
%--------------------------------------------------------------
\newpage
\addcontentsline{toc}{chapter}{Acknowledgements}
\include{Acknowledgements}
%-----------------------------------------------------------------
% LIST OF CONTENTS/FIGURES/TABLES PAGES
%-----------------------------------------------------------------
\newpage
\tableofcontents
%--------------------------------------------------------------------
% THESIS CONTENT - CHAPTERS
%--------------------------------------------------------------------
\newpage
\pagenumbering{arabic}
\include{Chapters/1-Intro}
\include{Chapters/2-Chapter2}
%-------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%-------------------------------------------------------------------
%\appendix
%--------------------------------------------------------------------
% BIBLIOGRAPHY
%--------------------------------------------------------------------
\bibliographystyle{JHEP}
\bibliography{ref}
%-------------------------------------------------------------------
\end{document}