%!TEX program=xelatex
%!TEX options=--shell-escape
\documentclass{scrbook}
% Hide/show todo list
\usepackage[disable]{todonotes}
% \usepackage[colorinlistoftodos, backgroundcolor=green!40]{todonotes}
\input{layout/preamble}
\input{layout/definitions}
\input{layout/environ}
% Compile selected parts only
% \includeonly{sources/chapter2, sources/appendix1}
\begin{document}
\frontmatter
\input{layout/frontmatter}
\mainmatter
\include{sources/chapter1}
\include{sources/chapter2}
\appendix
\include{sources/appendix1}
\backmatter
\printbibliography[heading=bibintoc]
\end{document}

PDF Preview
Create an account to compile and preview