From fe2708c947ac7e1f0cc8342599953edbf15b5e91 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Tue, 28 Apr 2020 00:49:43 +0200 Subject: Adding Acronyms and Imprint --- main/chapter01.tex | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) (limited to 'main') 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 -- cgit v1.1