%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Lecture Notes} \def\thesubtitle{Chapter 0: Introduction and Organization} \def\therevision{1} \def\therevisiondate{2020-04-28} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % 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 \input{../chapter00/preface.tex} \clearpage \setcounter{chapter}{-1} \input{../chapter00/content_ch00.tex} \clearpage \input{../chapter00/exercise00.tex} \clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix \begin{appendix} %\include{appendix/crlb} \end{appendix} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Nachtrag % References %\bibliographystyle{unsrt} %\bibliography{Masterarbeit} % List of Acronyms \input{../common/acronym.tex} \newpage % Notation %\include{formales/notation} %\newpage % List of Symbols %\include{formales/formelzeichen} \newpage % List of Block Diagram Symbols %\include{formales/blockfigures} \newpage % Print default index \phantomsection \addcontentsline{toc}{chapter}{Index} \printindex \newpage % List of Figures \phantomsection \addcontentsline{toc}{chapter}{\listfigurename} \listoffigures \newpage % List of Tables \phantomsection \addcontentsline{toc}{chapter}{\listtablename} \listoftables \newpage % Imprint \input{../common/imprint.tex} \newpage % To Do \pagenumbering{alph} %\listoftodos \end{document}