fyp-report/report/report.tex
Andre Henriques 8bfecc95d9
Some checks reported errors
continuous-integration/drone/push Build encountered an error
try adding diagrams
2023-11-30 11:47:09 +00:00

67 lines
1.4 KiB
TeX

%%% 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}
\subsection{Motivation}
\newpage
\section{References}
\printbibliography[heading=none]
% TODO add my job title
\end{document}