2023-10-16 14:48:04 +01:00
|
|
|
%%% Preamble
|
|
|
|
\documentclass[11pt, a4paper]{article}
|
|
|
|
|
|
|
|
\usepackage[english]{babel} % English language/hyphenation
|
|
|
|
\usepackage{url}
|
|
|
|
\usepackage{tabularx}
|
|
|
|
\usepackage{pdfpages}
|
|
|
|
\usepackage{float}
|
|
|
|
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\graphicspath{ {../images for report/} }
|
|
|
|
|
|
|
|
\usepackage{hyperref}
|
|
|
|
\hypersetup{
|
|
|
|
colorlinks,
|
|
|
|
citecolor=black,
|
|
|
|
filecolor=black,
|
|
|
|
linkcolor=black,
|
|
|
|
urlcolor=black
|
|
|
|
}
|
|
|
|
|
|
|
|
\usepackage{cleveref}
|
|
|
|
|
|
|
|
%%% Custom headers/footers (fancyhdr package)
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\pagestyle{fancyplain}
|
|
|
|
\fancyhead{} % No page header
|
|
|
|
\fancyfoot[L]{} % Empty
|
|
|
|
\fancyfoot[C]{\thepage} % Pagenumbering
|
|
|
|
\fancyfoot[R]{} % Empty
|
|
|
|
\renewcommand{\headrulewidth}{0pt} % Remove header underlines
|
|
|
|
\renewcommand{\footrulewidth}{0pt} % Remove footer underlines
|
|
|
|
\setlength{\headheight}{13.6pt}
|
|
|
|
|
|
|
|
\usepackage[style=numeric,sorting=none,backend=biber]{biblatex}
|
|
|
|
\addbibresource{../main.bib}
|
|
|
|
|
|
|
|
\title{
|
|
|
|
\normalfont \normalsize \textsc{University of Surrey} \\ %[25pt]
|
|
|
|
\Huge Final year project \\
|
|
|
|
}
|
|
|
|
\author{
|
|
|
|
\normalfont \normalsize
|
|
|
|
Andre Henriques\\[-3pt] \normalsize
|
|
|
|
\today
|
|
|
|
}
|
|
|
|
\date{}
|
|
|
|
|
|
|
|
%%% Begin document
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\maketitle
|
|
|
|
\newpage
|
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
\newpage
|
|
|
|
|
|
|
|
\section{Introduction}
|
2023-11-30 11:47:09 +00:00
|
|
|
\subsection{Motivation}
|
2023-10-16 14:48:04 +01:00
|
|
|
|
|
|
|
\newpage
|
|
|
|
\section{References}
|
|
|
|
\printbibliography[heading=none]
|
|
|
|
|
|
|
|
% TODO add my job title
|
|
|
|
\end{document}
|