diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-04-27 22:29:23 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2020-04-27 22:39:25 +0200 |
| commit | 3491b12f231613dacbd61bb7771a03914c518cad (patch) | |
| tree | 831466bf9548927dfb7fab7215d42e3635e72f03 /main | |
| download | dcs-lecture-notes-3491b12f231613dacbd61bb7771a03914c518cad.zip dcs-lecture-notes-3491b12f231613dacbd61bb7771a03914c518cad.tar.gz dcs-lecture-notes-3491b12f231613dacbd61bb7771a03914c518cad.tar.bz2 | |
Draft of Chapter 1
Diffstat (limited to 'main')
| -rw-r--r-- | main/chapter01.tex | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/main/chapter01.tex b/main/chapter01.tex new file mode 100644 index 0000000..8f1c08a --- /dev/null +++ b/main/chapter01.tex @@ -0,0 +1,80 @@ +\input{../common/settings.tex} + +\newcommand{\thekindofdocument}{Lecture Notes} +\newcommand{\thesubtitle}{Chapter 1: Communication Systems} + +\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{../chapter01/content.tex} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Appendix + +\begin{appendix} + +%\include{appendix/crlb} + +\end{appendix} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Nachtrag + +% References +%\bibliographystyle{unsrt} +%\bibliography{Masterarbeit} + +% List of Acronyms +%\include{formales/acronym} +\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 + +% To Do +\pagenumbering{alph} +%\listoftodos + +\end{document} |
