%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Exercise} \def\thesubtitle{Chapter 0: Introduction and Organization} \def\therevision{2} \def\therevisiondate{2020-05-19} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header \input{../common/settings.tex} \begin{document} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title Page \pagenumbering{Alph} \pagestyle{empty} % Title Page \input{../common/titlepage.tex} \newpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Preface \pagenumbering{arabic} \pagestyle{headings} % Inhaltsverzeichnis %\tableofcontents %\newpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content \setcounter{chapter}{0} \input{../exercise00/exercise00.tex} \clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix \begin{appendix} \chapter{Solutions} \printsolutions \clearpage \end{appendix} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Nachtrag % Imprint \input{../common/imprint.tex} \newpage % To Do \pagenumbering{alph} %\listoftodos \end{document}