summaryrefslogtreecommitdiff
path: root/main/exercise00.tex
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-05-03 01:04:23 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-03-04 01:14:10 +0100
commit7835706d922bccc9873eeee671ae119e51768daf (patch)
tree3c9320b59e65dbe9d4e62019f03b9808a9cd728a /main/exercise00.tex
parentbdc4323142fe07bffe581fc1595e1e0bab0f8f8a (diff)
downloaddcs-lecture-notes-7835706d922bccc9873eeee671ae119e51768daf.zip
dcs-lecture-notes-7835706d922bccc9873eeee671ae119e51768daf.tar.gz
dcs-lecture-notes-7835706d922bccc9873eeee671ae119e51768daf.tar.bz2
Completing chapter 0
Diffstat (limited to 'main/exercise00.tex')
-rw-r--r--main/exercise00.tex61
1 files changed, 61 insertions, 0 deletions
diff --git a/main/exercise00.tex b/main/exercise00.tex
new file mode 100644
index 0000000..ee1bae7
--- /dev/null
+++ b/main/exercise00.tex
@@ -0,0 +1,61 @@
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Configuration
+\def\thekindofdocument{Exercise}
+\def\thesubtitle{Chapter 0: Introduction and Organization}
+\def\therevision{1}
+\def\therevisiondate{2020-04-28}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% 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}{0}
+
+\input{../exercise00/exercise00.tex}
+\clearpage
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Appendix
+
+\begin{appendix}
+
+%\include{appendix/crlb}
+
+\end{appendix}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Nachtrag
+
+% Imprint
+\input{../common/imprint.tex}
+\newpage
+
+% To Do
+\pagenumbering{alph}
+%\listoftodos
+
+\end{document}