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