diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-05-19 14:58:54 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-03-04 01:16:19 +0100 |
| commit | 6729b38847fb8c9a4a2d914c0c0e26d2def94247 (patch) | |
| tree | 39028f8ece86a498875d386386a4b28006cc64d3 /main | |
| parent | 00213b1684aea25de3ef35ae36fc50f5439efa5d (diff) | |
| download | dcs-lecture-notes-6729b38847fb8c9a4a2d914c0c0e26d2def94247.zip dcs-lecture-notes-6729b38847fb8c9a4a2d914c0c0e26d2def94247.tar.gz dcs-lecture-notes-6729b38847fb8c9a4a2d914c0c0e26d2def94247.tar.bz2 | |
Print solutions of exercises 0 and 1
Diffstat (limited to 'main')
| -rw-r--r-- | main/exercise00.tex | 9 | ||||
| -rw-r--r-- | main/exercise01.tex | 9 |
2 files changed, 12 insertions, 6 deletions
diff --git a/main/exercise00.tex b/main/exercise00.tex index ee1bae7..30731c8 100644 --- a/main/exercise00.tex +++ b/main/exercise00.tex @@ -3,8 +3,8 @@ % Configuration \def\thekindofdocument{Exercise} \def\thesubtitle{Chapter 0: Introduction and Organization} -\def\therevision{1} -\def\therevisiondate{2020-04-28} +\def\therevision{2} +\def\therevisiondate{2020-05-19} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header @@ -43,7 +43,10 @@ \begin{appendix} -%\include{appendix/crlb} +\chapter{Solutions} + +\printsolutions +\clearpage \end{appendix} diff --git a/main/exercise01.tex b/main/exercise01.tex index 9da1fa3..cd6c6ec 100644 --- a/main/exercise01.tex +++ b/main/exercise01.tex @@ -3,8 +3,8 @@ % Configuration \def\thekindofdocument{Exercise} \def\thesubtitle{Chapter 1: Communication Systems} -\def\therevision{1} -\def\therevisiondate{2020-05-11} +\def\therevision{2} +\def\therevisiondate{2020-05-19} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Header @@ -43,7 +43,10 @@ \begin{appendix} -%\include{appendix/crlb} +\chapter{Solutions} + +\printsolutions +\clearpage \end{appendix} |
