summaryrefslogtreecommitdiff
path: root/main/DCS.tex
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-01 12:56:59 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:14:10 +0100
commitad78d6ae088f89eb22c469be844fc16e39df0043 (patch)
treeba64574dd2b1160d6bfaf100c7ec211c8faadd2b /main/DCS.tex
parent7edf674302220895c2d39b74dd4f03c58621aedd (diff)
downloaddcs-lecture-notes-ad78d6ae088f89eb22c469be844fc16e39df0043.zip
dcs-lecture-notes-ad78d6ae088f89eb22c469be844fc16e39df0043.tar.gz
dcs-lecture-notes-ad78d6ae088f89eb22c469be844fc16e39df0043.tar.bz2
Adding index, adding complete script
Diffstat (limited to 'main/DCS.tex')
-rw-r--r--main/DCS.tex107
1 files changed, 107 insertions, 0 deletions
diff --git a/main/DCS.tex b/main/DCS.tex
new file mode 100644
index 0000000..9de1bd0
--- /dev/null
+++ b/main/DCS.tex
@@ -0,0 +1,107 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Lecture Notes and Exercises}
+\def\therevision{1}
+\def\therevisiondate{2020-04-27}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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
+
+% Imprint
+\input{../common/imprint.tex}
+\newpage
+
+% List of Acronyms
+\input{../common/acronym.tex}
+\newpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Content
+
+\clearpage
+\input{../chapter00/preface.tex}
+
+\clearpage
+\tableofcontents
+
+\setcounter{chapter}{-1}
+
+\clearpage
+\input{../chapter00/content.tex}
+
+\clearpage
+\input{../chapter01/content.tex}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Appendix
+
+\begin{appendix}
+
+%\include{appendix/crlb}
+
+\end{appendix}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Nachtrag
+
+% References
+%\bibliographystyle{unsrt}
+%\bibliography{Masterarbeit}
+
+% 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
+
+% To Do
+\pagenumbering{alph}
+%\listoftodos
+
+\end{document}