2018-11-22 15:28:16 +01:00
%!TEX TS-program = pdflatexmk
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
% Copyright 2018 Martin Scheidt (ISC license)
% Permission to use, copy, modify, and/or distribute this file for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\documentclass [
draft,
paper=a4,
version=3.25,
pagesize=pdftex,
twoside=false,
DIV=12,
headinclude=true,
footinclude=false,
toc=listof,
]{ scrbook}
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\input { header.tex}
2018-10-07 10:47:40 +02:00
\begin { document}
2018-11-22 15:28:16 +01:00
\selectlanguage { english} % currently supported: english, ngerman
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\input { frontmatter/titlepage.tex}
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\tableofcontents
\cleardoublepage
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\input { frontmatter/preambel.tex}
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\cleardoublepage
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\input { mainmatter/manual.tex}
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\input { mainmatter/challenges.tex}
2018-10-07 10:47:40 +02:00
2018-11-22 15:28:16 +01:00
\cleardoublepage
\appendix
\input { backmatter/versionhistory.tex}
2018-10-07 10:47:40 +02:00
\end { document}