diff options
| author | Philipp Le <philipp@philipple.de> | 2022-06-10 22:34:03 +0200 |
|---|---|---|
| committer | Philipp Le <philipp@philipple.de> | 2022-06-10 22:46:52 +0200 |
| commit | 9f618c793a76e4199d69eca5ef802fdb7492ffdf (patch) | |
| tree | cc9adca82adb48d5799a3e1721f83040abc23e36 /main/exercise08.tex | |
| parent | 4029d8e8f3dea39aa4f2ade396b30a41a0b383be (diff) | |
| download | dcs-lecture-notes-9f618c793a76e4199d69eca5ef802fdb7492ffdf.zip dcs-lecture-notes-9f618c793a76e4199d69eca5ef802fdb7492ffdf.tar.gz dcs-lecture-notes-9f618c793a76e4199d69eca5ef802fdb7492ffdf.tar.bz2 | |
Add Exercise 08
Diffstat (limited to 'main/exercise08.tex')
| -rw-r--r-- | main/exercise08.tex | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/main/exercise08.tex b/main/exercise08.tex new file mode 100644 index 0000000..6e254c6 --- /dev/null +++ b/main/exercise08.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 8: Information and Coding Theory} +\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}{8} + +\input{../exercise08/exercise08.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} |
