2019-09-13 17:47:40 +02:00
|
|
|
\documentclass[
|
|
|
|
bibliography=totoc,
|
|
|
|
headings=big,
|
|
|
|
captions=tableheading,
|
|
|
|
chapterprefix=true% like in standard class "report"
|
|
|
|
]{scrbook}
|
2019-06-17 17:15:12 +02:00
|
|
|
|
|
|
|
\usepackage{commands}
|
2019-08-27 10:46:00 +02:00
|
|
|
\usepackage{listings}
|
2019-06-17 17:15:12 +02:00
|
|
|
\usepackage{config}
|
2019-08-27 10:46:00 +02:00
|
|
|
\usepackage{listing-config}
|
2019-06-17 17:15:12 +02:00
|
|
|
|
|
|
|
\begin{document}
|
2019-09-17 10:57:10 +02:00
|
|
|
\let\rawref\ref%
|
|
|
|
\renewcommand{\ref}[1]{\rawref{#1} (page~\pageref{#1})}
|
2019-06-17 17:15:12 +02:00
|
|
|
|
2019-09-13 17:47:40 +02:00
|
|
|
\frontmatter
|
|
|
|
|
2019-06-17 17:15:12 +02:00
|
|
|
\listoftodos{}
|
2019-08-29 16:51:42 +02:00
|
|
|
|
|
|
|
\vspace{2cm}
|
|
|
|
|
|
|
|
\copied{}
|
|
|
|
Text copied from other articles will be in this color
|
|
|
|
|
|
|
|
\fresh{}
|
|
|
|
Text that was freshly written will be in this color
|
|
|
|
|
|
|
|
\resetstyle{}
|
|
|
|
|
2019-06-17 17:15:12 +02:00
|
|
|
\makeflyleaf{}
|
2019-09-13 17:47:40 +02:00
|
|
|
|
2019-06-17 17:15:12 +02:00
|
|
|
\tableofcontents
|
2019-09-13 17:47:40 +02:00
|
|
|
|
2019-06-17 17:15:12 +02:00
|
|
|
\input{plan}
|
|
|
|
|
2019-09-13 12:01:43 +02:00
|
|
|
\bibliography{src/bib.bib}
|
|
|
|
|
2019-06-17 17:15:12 +02:00
|
|
|
\end{document}
|