summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-04-29 02:18:39 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:14:10 +0100
commit7edf674302220895c2d39b74dd4f03c58621aedd (patch)
treed44e8d95cc82d60f4dbf7f1a991263d2a2f626a0 /main
parentfe2708c947ac7e1f0cc8342599953edbf15b5e91 (diff)
downloaddcs-lecture-notes-7edf674302220895c2d39b74dd4f03c58621aedd.zip
dcs-lecture-notes-7edf674302220895c2d39b74dd4f03c58621aedd.tar.gz
dcs-lecture-notes-7edf674302220895c2d39b74dd4f03c58621aedd.tar.bz2
Adding Chapter 0: Introduction and Oragnization
Diffstat (limited to 'main')
-rw-r--r--main/chapter00.tex96
-rw-r--r--main/chapter01.tex1
2 files changed, 96 insertions, 1 deletions
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}
diff --git a/main/chapter01.tex b/main/chapter01.tex
index d9b7d83..5b19c94 100644
--- a/main/chapter01.tex
+++ b/main/chapter01.tex
@@ -1,7 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Configuration
-\date{2020-04-27}
\def\thekindofdocument{Lecture Notes}
\def\thesubtitle{Chapter 1: Communication Systems}
\def\therevision{1}