\documentclass[11pt,a4paper]{article}
\usepackage{fcc}
\addbibresource{bib/references.bib}
\input{frontback/metadata} % Edit here the metadata of the document.
\begin{document}
% --- Front matter ---
\input{frontback/cover}
\input{frontback/copyright}
\input{frontback/preparation}
\input{frontback/record-of-changes}
\input{frontback/abstract}
\input{frontback/executive-summary}
\tableofcontents
\clearpage
% --- Main matter ---
\input{chapters/chapter1}
\input{chapters/chapter2}
% --- Annexes ---
\annexe
\input{chapters/annexeI}
\input{chapters/annexeII}
% --- Appendices ---
\appendix
\input{chapters/appendixA}
\input{chapters/appendixB}
% --- References ---
\clearpage
\printbibliography[heading=bibintoc, title=References]
\end{document}