41 lines
846 B
TeX
Executable File
41 lines
846 B
TeX
Executable File
%!TEX TS-program = pdflatexmk
|
|
|
|
% 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.
|
|
|
|
\documentclass[
|
|
draft,
|
|
paper=a4,
|
|
version=3.25,
|
|
pagesize=pdftex,
|
|
twoside=false,
|
|
DIV=12,
|
|
headinclude=true,
|
|
footinclude=false,
|
|
toc=listof,
|
|
]{scrbook}
|
|
|
|
\input{header.tex}
|
|
|
|
\begin{document}
|
|
|
|
\selectlanguage{english} % currently supported: english, ngerman
|
|
|
|
\input{frontmatter/titlepage.tex}
|
|
|
|
\tableofcontents
|
|
\cleardoublepage
|
|
|
|
\input{frontmatter/preambel.tex}
|
|
|
|
\cleardoublepage
|
|
|
|
\input{mainmatter/manual.tex}
|
|
|
|
\input{mainmatter/challenges.tex}
|
|
|
|
\cleardoublepage
|
|
\appendix
|
|
\input{backmatter/versionhistory.tex}
|
|
|
|
\end{document} |