Included the example chapters.

This commit is contained in:
Michael Bredel
2017-11-08 14:29:31 +01:00
parent 7d377185b3
commit b08e6c59a8
+5 -7
View File
@@ -88,15 +88,12 @@
\cleardoublepage \cleardoublepage
\pagestyle{scrheadings} \pagestyle{scrheadings}
\pagenumbering{arabic} \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{...}. % Alwas use \cleardoublepage before \part{...}.
\cleardoublepage \cleardoublepage
\part{The Showcase}\label{pt:showcase} \part{The Showcase}\label{pt:showcase}
\include{chapters/Chapter02} \include{chapters/examples/chapter01}
\include{chapters/Chapter03} \include{chapters/examples/chapter02}
\include{chapters/examples/chapter03}
%************************************************************************* %*************************************************************************
% Backmatter % Backmatter
%************************************************************************* %*************************************************************************
@@ -104,7 +101,8 @@
%\renewcommand{\thechapter}{\alph{chapter}} %\renewcommand{\thechapter}{\alph{chapter}}
\cleardoublepage \cleardoublepage
\part{Appendix} \part{Appendix}
\include{chapters/Chapter0A} \include{chapters/examples/appendix01}
\include{chapters/examples/appendix02}
%************************************************************************* %*************************************************************************
% Other Stuff in the Back % Other Stuff in the Back
%************************************************************************* %*************************************************************************