\documentclass[a4paper,12pt,twoside]{report}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
%\geometry{a4}
\include{preamble}
%
\title{\LARGE {Quantifying the Transport Properties of Solid Oxide Fuel Cell Electrodes}\\
\vspace*{6mm}}
\author{Samuel John Cooper}
\begin{document}
\pagestyle{fancy}
\maketitle
%\pagenumbering{roman}
\setcounter{page}{2}
\include{C0/Declarations}
\include{C0/Abstract}
\include{C0/Acknowledgements}
\include{C0/Dedication}
\include{C0/Quote}
\include{C0/Nomenclature}
\pagestyle{plain}
\tableofcontents
\newpage
\listoftables
\listoffigures
\printnomenclature
\fancyhead[L]{\leftmark}
\fancyhead[C]{}
\fancyhead[R]{}
\fancyfoot[C]{\thepage}
\thispagestyle{empty}
\pagestyle{fancy}
\doublespacing
\clearpage
%\setcounter{page}{1}
%\pagenumbering{arabic}
\include{C1/chapter1}
\include{C2/chapter2}
\include{C3/chapter3}
\include{C4/chapter4}
\include{C5/chapter5}
\include{C6/chapter6}
\appendix
\include{CA1/chapterA1}
\include{CA2/chapterA2}
\end{document}