summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
Diffstat (limited to 'main')
-rw-r--r--main/DCS.tex8
-rw-r--r--main/chapter00.tex3
-rw-r--r--main/exercise00.tex61
3 files changed, 69 insertions, 3 deletions
diff --git a/main/DCS.tex b/main/DCS.tex
index 595d615..637158b 100644
--- a/main/DCS.tex
+++ b/main/DCS.tex
@@ -50,9 +50,13 @@
\input{../chapter00/content_ch00.tex}
\clearpage
+\input{../exercise00/exercise00.tex}
+\clearpage
\input{../chapter01/content_ch01.tex}
\clearpage
+\input{../exercise01/exercise01.tex}
+\clearpage
\input{../chapter02/content_ch02.tex}
\clearpage
@@ -64,6 +68,10 @@
%\include{appendix/crlb}
+\chapter{Solutions of Exercises}
+
+\printsolutions
+
\end{appendix}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
diff --git a/main/chapter00.tex b/main/chapter00.tex
index a452bbf..414b25b 100644
--- a/main/chapter00.tex
+++ b/main/chapter00.tex
@@ -41,9 +41,6 @@
\input{../chapter00/content_ch00.tex}
\clearpage
-\input{../chapter00/exercise00.tex}
-\clearpage
-
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Appendix
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}