diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2021-04-08 00:35:49 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-04-08 00:35:49 +0200 |
| commit | 819eff84c21cae86c80de348b0df8e32c8e75ad5 (patch) | |
| tree | bcf2bea9cce670c269629acb6167818e39380ebc /main | |
| parent | 8ac9a6fdccda490c836943b0feacf6c4621d935e (diff) | |
| download | dcs-lecture-notes-819eff84c21cae86c80de348b0df8e32c8e75ad5.zip dcs-lecture-notes-819eff84c21cae86c80de348b0df8e32c8e75ad5.tar.gz dcs-lecture-notes-819eff84c21cae86c80de348b0df8e32c8e75ad5.tar.bz2 | |
Removed course organization from lecture notes
Diffstat (limited to 'main')
| -rw-r--r-- | main/DCS.tex | 4 | ||||
| -rw-r--r-- | main/chapter00.tex | 5 | ||||
| -rw-r--r-- | main/exercise00.tex | 2 |
3 files changed, 4 insertions, 7 deletions
diff --git a/main/DCS.tex b/main/DCS.tex index 53b3ec3..72d1bfc 100644 --- a/main/DCS.tex +++ b/main/DCS.tex @@ -70,11 +70,11 @@ \setcounter{chapter}{-1} -\input{../chapter00/content_ch00.tex} -\clearpage \input{../exercise00/exercise00.tex} \clearpage +\setcounter{chapter}{0} + \input{../chapter01/content_ch01.tex} \clearpage \input{../exercise01/exercise01.tex} diff --git a/main/chapter00.tex b/main/chapter00.tex index 3c0b5a8..c3d20c1 100644 --- a/main/chapter00.tex +++ b/main/chapter00.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Lecture Notes} -\def\thesubtitle{Chapter 0: Introduction and Organization} +\def\thesubtitle{Chapter 0: Introduction} \def\therevision{1} \def\therevisiondate{2020-05-03} @@ -48,9 +48,6 @@ \setcounter{chapter}{-1} -\input{../chapter00/content_ch00.tex} -\clearpage - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Appendix diff --git a/main/exercise00.tex b/main/exercise00.tex index 10e6983..a0a3923 100644 --- a/main/exercise00.tex +++ b/main/exercise00.tex @@ -12,7 +12,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Configuration \def\thekindofdocument{Exercise} -\def\thesubtitle{Chapter 0: Introduction and Organization} +\def\thesubtitle{Chapter 0: Introduction} \def\therevision{2} \def\therevisiondate{2020-05-19} |
