\input{preamble/static}
%!TEX TS-program = xelatex
%!TEX root = Report.tex
\RequirePackage[l2tabu,orthodox]{nag} % Old habits die hard
\newcommand{\papersizeswitch}[3]{\ifnum\strcmp{\papersize}{#1}=0#2\else#3\fi}
\papersizeswitch{b5paper}{\def\classfontsize{10pt}}{\def\classfontsize{12pt}}
\documentclass[\classfontsize,\papersize,twoside,showtrims,extrafontsizes]{memoir}
\input{preamble/general}
\input{preamble/fonts}
\input{preamble/etc}
\addbibresource{bibliography/Bibliography.bib}
\begin{document}
\prefrontmatter
\include{prefrontmatter/titlepage}
\cleartoevenpage
\include{prefrontmatter/colophon}
\clearforchapter
\frontmatter
\include{frontmatter/About}
\include{frontmatter/Preface}
\include{frontmatter/Abstract}
%\include{frontmatter/Acknowledgements}
\clearforchapter
\tableofcontents
\clearforchapter
\listoffigures
\clearforchapter
\mylistoftodos
\mainmatter
\include{chapters/General}
\include{chapters/Purpose}
\include{chapters/Methodology}
\include{chapters/Data}
\include{chapters/Regulatory}
\include{chapters/Support}
\include{chapters/Ethics}
%\include{chapters/ExampleChapter}
%\include{chapters/Analysis}
\appendix
\include{appendices/Appendix}
\include{appendices/Acronyms}
\backmatter
\printbibliography
\end{document}