From b08e6c59a85e06b1ffd04ea084636ecb6a6eed78 Mon Sep 17 00:00:00 2001 From: Michael Bredel Date: Wed, 8 Nov 2017 14:29:31 +0100 Subject: [PATCH] Included the example chapters. --- thesis.tex | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/thesis.tex b/thesis.tex index 5e78165..a0c37b8 100644 --- a/thesis.tex +++ b/thesis.tex @@ -88,15 +88,12 @@ \cleardoublepage \pagestyle{scrheadings} \pagenumbering{arabic} -% Use \cleardoublepage here to avoid problems with pdfbookmark -\cleardoublepage -\part{Some Kind of Manual}\label{pt:manual} -\include{chapters/Chapter01} % Alwas use \cleardoublepage before \part{...}. \cleardoublepage \part{The Showcase}\label{pt:showcase} -\include{chapters/Chapter02} -\include{chapters/Chapter03} +\include{chapters/examples/chapter01} +\include{chapters/examples/chapter02} +\include{chapters/examples/chapter03} %************************************************************************* % Backmatter %************************************************************************* @@ -104,7 +101,8 @@ %\renewcommand{\thechapter}{\alph{chapter}} \cleardoublepage \part{Appendix} -\include{chapters/Chapter0A} +\include{chapters/examples/appendix01} +\include{chapters/examples/appendix02} %************************************************************************* % Other Stuff in the Back %*************************************************************************