diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-04-28 00:49:43 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 01:13:47 +0100 |
| commit | fe2708c947ac7e1f0cc8342599953edbf15b5e91 (patch) | |
| tree | 9918b509d94e611337c79559722602bec3645653 /main | |
| parent | 3491b12f231613dacbd61bb7771a03914c518cad (diff) | |
| download | dcs-lecture-notes-fe2708c947ac7e1f0cc8342599953edbf15b5e91.zip dcs-lecture-notes-fe2708c947ac7e1f0cc8342599953edbf15b5e91.tar.gz dcs-lecture-notes-fe2708c947ac7e1f0cc8342599953edbf15b5e91.tar.bz2 | |
Adding Acronyms and Imprint
Diffstat (limited to 'main')
| -rw-r--r-- | main/chapter01.tex | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/main/chapter01.tex b/main/chapter01.tex index 8f1c08a..d9b7d83 100644 --- a/main/chapter01.tex +++ b/main/chapter01.tex @@ -1,7 +1,15 @@ -\input{../common/settings.tex} -\newcommand{\thekindofdocument}{Lecture Notes} -\newcommand{\thesubtitle}{Chapter 1: Communication Systems} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Configuration +\date{2020-04-27} +\def\thekindofdocument{Lecture Notes} +\def\thesubtitle{Chapter 1: Communication Systems} +\def\therevision{1} +\def\therevisiondate{2020-04-27} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Header +\input{../common/settings.tex} \begin{document} @@ -26,6 +34,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Content +\setcounter{chapter}{0} + \clearpage \input{../chapter01/content.tex} @@ -46,7 +56,7 @@ %\bibliography{Masterarbeit} % List of Acronyms -%\include{formales/acronym} +\input{../common/acronym.tex} \newpage % Notation @@ -73,6 +83,10 @@ \listoftables \newpage +% Imprint +\input{../common/imprint.tex} +\newpage + % To Do \pagenumbering{alph} %\listoftodos |
