summaryrefslogtreecommitdiff
path: root/main/exercise09.tex
diff options
context:
space:
mode:
authorPhilipp Le <philipp@philipple.de>2022-06-12 19:03:17 +0200
committerPhilipp Le <philipp@philipple.de>2022-06-12 19:03:17 +0200
commit67b0af9d63474226bec136cecc5b78b70ee8101a (patch)
tree6f54d4d7bbe38c4d700d89575bf19be2079b43d9 /main/exercise09.tex
parent5e835e02645037facd8794dce423afff399b9d9f (diff)
downloaddcs-lecture-notes-67b0af9d63474226bec136cecc5b78b70ee8101a.zip
dcs-lecture-notes-67b0af9d63474226bec136cecc5b78b70ee8101a.tar.gz
dcs-lecture-notes-67b0af9d63474226bec136cecc5b78b70ee8101a.tar.bz2
Add Exercise 09
Diffstat (limited to 'main/exercise09.tex')
-rw-r--r--main/exercise09.tex74
1 files changed, 74 insertions, 0 deletions
diff --git a/main/exercise09.tex b/main/exercise09.tex
new file mode 100644
index 0000000..446e013
--- /dev/null
+++ b/main/exercise09.tex
@@ -0,0 +1,74 @@
+% SPDX-License-Identifier: CC-BY-SA-4.0
+%
+% Copyright (c) 2022 Philipp Le
+%
+% Except where otherwise noted, this work is licensed under a
+% Creative Commons Attribution-ShareAlike 4.0 License.
+%
+% Please find the full copy of the licence at:
+% https://creativecommons.org/licenses/by-sa/4.0/legalcode
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Exercise}
+\def\thesubtitle{Chapter 9: Digital Communication Equipment}
+\def\therevision{1}
+\def\therevisiondate{2020-05-26}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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}{9}
+
+\input{../exercise09/exercise09.tex}
+\clearpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Appendix
+
+\begin{appendix}
+
+\chapter{Solutions}
+
+\printsolutions
+\clearpage
+
+\end{appendix}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Nachtrag
+
+% Imprint
+\input{../common/imprint.tex}
+\newpage
+
+% To Do
+\pagenumbering{alph}
+%\listoftodos
+
+\end{document}