diff options
| author | Philipp Le <philipp@philipple.de> | 2022-06-12 19:03:17 +0200 |
|---|---|---|
| committer | Philipp Le <philipp@philipple.de> | 2022-06-12 19:03:17 +0200 |
| commit | 67b0af9d63474226bec136cecc5b78b70ee8101a (patch) | |
| tree | 6f54d4d7bbe38c4d700d89575bf19be2079b43d9 /main | |
| parent | 5e835e02645037facd8794dce423afff399b9d9f (diff) | |
| download | dcs-lecture-notes-67b0af9d63474226bec136cecc5b78b70ee8101a.zip dcs-lecture-notes-67b0af9d63474226bec136cecc5b78b70ee8101a.tar.gz dcs-lecture-notes-67b0af9d63474226bec136cecc5b78b70ee8101a.tar.bz2 | |
Add Exercise 09
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 2 | ||||
| -rw-r--r-- | main/exercise09.tex | 74 |
2 files changed, 76 insertions, 0 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index 7a139c8..5ac4fe4 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -117,6 +117,8 @@ \input{../chapter09/content_ch09.tex} \clearpage +\input{../exercise09/exercise09.tex} +\clearpage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix 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} |
