2019-06-17 17:15:12 +02:00
|
|
|
\documentclass{book}
|
|
|
|
|
|
|
|
\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}
|
|
|
|
|
|
|
|
\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{}
|
|
|
|
\tableofcontents
|
|
|
|
\input{plan}
|
|
|
|
|
|
|
|
\end{document}
|
|
|
|
|