\documentclass[a4paper,12pt]{article} \usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} %\usepackage{newunicodechar} %\usepackage{lmodern} \usepackage{textgreek} \usepackage{amsmath} \usepackage{mathtools} \usepackage{graphicx} \usepackage{float} \usepackage[format=plain,labelfont={bf,it},font=it]{caption} \usepackage{enumitem} \usepackage{lipsum} \usepackage{listings} \usepackage{pdflscape} \usepackage{pgfgantt} \usepackage{colortbl} \usepackage{tabularx} \usepackage{hyperref} \usepackage{setspace} \usepackage{subcaption} \usepackage{tikz} \usepackage{chngcntr} \usepackage{longtable} \usepackage{xcolor,colortbl} \usepackage{multicol} \usepackage{oubraces} \usepackage{stfloats} % Bibliography \usepackage[backend=bibtex,style=numeric,sorting=none]{biblatex} \addbibresource{../references.bib} \renewcommand*{\bibfont}{\footnotesize} % Common templates \usepackage{../templates/templates} % Figure formatting \setcounter{tocdepth}{3} \counterwithin{figure}{subsection} \counterwithin{table}{subsection} % Style colours \definecolor{heading}{HTML}{3298DC} \definecolor{headingText}{HTML}{FFFFFF} \definecolor{darkred}{rgb}{0.6,0,0} \begin{document} \makeTitlePage{Final Project Proposal Draft}{ELEC0118 Fourth Year MEng Project} % \section{Abstract} \input{abstract.tex} \section{Introduction} \input{introduction.tex} \section{Literature Review} \input{literature.tex} \section{Aims and Objectives} \input{objectives.tex} \input{schedule.tex} \section{Preliminary Assessment of Risks} \input{risks.tex} \newpage \printbibliography \end{document}