summaryrefslogtreecommitdiff
path: root/main/exercise01.tex
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-03 16:13:40 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:16:19 +0100
commit7415629cde3b98b8ebd86d99542db9ff909382dd (patch)
tree7ac7841effca08584c879a36c2f8882bea996858 /main/exercise01.tex
parent7835706d922bccc9873eeee671ae119e51768daf (diff)
downloaddcs-lecture-notes-7415629cde3b98b8ebd86d99542db9ff909382dd.zip
dcs-lecture-notes-7415629cde3b98b8ebd86d99542db9ff909382dd.tar.gz
dcs-lecture-notes-7415629cde3b98b8ebd86d99542db9ff909382dd.tar.bz2
WIP: Electromagnetic spectrum
Diffstat (limited to 'main/exercise01.tex')
-rw-r--r--main/exercise01.tex61
1 files changed, 61 insertions, 0 deletions
diff --git a/main/exercise01.tex b/main/exercise01.tex
new file mode 100644
index 0000000..8d9c538
--- /dev/null
+++ b/main/exercise01.tex
@@ -0,0 +1,61 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Exercise}
+\def\thesubtitle{Chapter 1: Communication Systems}
+\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
+
+\setcounter{chapter}{1}
+
+\input{../exercise01/exercise01.tex}
+\clearpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Appendix
+
+\begin{appendix}
+
+%\include{appendix/crlb}
+
+\end{appendix}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Nachtrag
+
+% Imprint
+\input{../common/imprint.tex}
+\newpage
+
+% To Do
+\pagenumbering{alph}
+%\listoftodos
+
+\end{document}