% CLASS FILE
\documentclass{carmel}
\include{00_init}
% DOCUMENT
\begin{document}
\pagenumbering{roman}
\pagestyle{empty}
\newgeometry{top=20mm,bottom=20mm,right=10mm,left=10mm}
\include{01_titelpagina}
\newgeometry{top=20mm,bottom=30mm,inner=25mm,outer=40mm}
\makeatletter\@openrightfalse
    \include{02_abstract} % Max 1 pagina
    \include{03_voorwoord} % Max 1 pagina
    \pagestyle{plain}
    
    \tableofcontents % Inhoudsopgave
    \cleardoublepage
\@openrighttrue\makeatother
\listoffigures % Lijst van figuren
\addcontentsline{toc}{chapter}{List of figures}
\listoftables % Lijst van tabellen
\addcontentsline{toc}{chapter}{List of tables}
% Eventueel kun je hier ook nog een lijst met formules, een verklarende woordenlijst, etc. toevoegen. 
\cleardoublepage
\pagenumbering{arabic}
\include{04_inleiding}
\include{05_theorie}
%\include{06_praktijk}
%\include{07_analyse}
\include{08_conclusie}
\cleardoublepage
\printbibliography % Bibliografie
\addcontentsline{toc}{chapter}{Bibliography}
    
% APPENDICES:
    
\cleardoublepage
\begin{appendices} 
    \include{09_appendix_A}
\end{appendices}
\clearpage
    
\cleartoleftpage
\pagestyle{empty}
~
\include{howto}
\end{document}