From 7edf674302220895c2d39b74dd4f03c58621aedd Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Wed, 29 Apr 2020 02:18:39 +0200 Subject: Adding Chapter 0: Introduction and Oragnization --- main/chapter00.tex | 96 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 main/chapter00.tex (limited to 'main/chapter00.tex') diff --git a/main/chapter00.tex b/main/chapter00.tex new file mode 100644 index 0000000..d309051 --- /dev/null +++ b/main/chapter00.tex @@ -0,0 +1,96 @@ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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 + +\clearpage +\input{../chapter00/preface.tex} + +\setcounter{chapter}{-1} + +\clearpage +\input{../chapter00/content.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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 + +% 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} -- cgit v1.1