MATIAS Nicolas
hf version
52f789b
Raw
History Blame Contribute Delete
983 Bytes
\documentclass[a4paper, 12pt]{article}
% --- Load styles ---
\usepackage{styles/packages}
\usepackage{styles/formatting}
\usepackage{array}
\usepackage{comment}
\begin{document}
% --- Front matter ---
\thispagestyle{empty}
\input{chapters/00-frontcover}
% --- Table of Contents ---
\newpage
\setcounter{page}{2}
\tableofcontents
\newpage
% --- Main chapters ---
\input{chapters/01-introduction}
\input{chapters/02-executive-summary}
\input{chapters/03-report-of-interim}
\input{chapters/04-intellectual-property}
\input{chapters/05-discussions}
\input{chapters/06-draft-recommendations}
\input{chapters/07-non-normative-text}
\input{chapters/08-outgoing-liaison-statements}
\input{chapters/09-work-programme}
\input{chapters/10-candidate-work-items}
\input{chapters/11-planned-interim-meetings}
\input{chapters/12-scheduled-meetings}
\input{chapters/annex-a}
\input{chapters/annex-b}
\input{chapters/annex-c}
% --- Bibliography ---
\newpage
\printbibliography
\end{document}