2022-04-05 06:56:13 +00:00
|
|
|
\documentclass[a4paper, 12pt, twoside]{report}
|
|
|
|
\usepackage[utf8]{inputenc}
|
|
|
|
\usepackage[ngerman]{babel}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage{lmodern}
|
|
|
|
\usepackage{amsmath,amsthm,amsfonts,amssymb}
|
|
|
|
\usepackage{color,graphicx,overpic}
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{booktabs}
|
|
|
|
\usepackage[pdfencoding=auto]{hyperref}
|
|
|
|
\usepackage{cite}
|
|
|
|
\usepackage[section]{placeins}
|
|
|
|
\usepackage{subfiles}
|
|
|
|
\usepackage{pgfplots}
|
2022-04-08 10:42:53 +00:00
|
|
|
\usepackage{multicol}
|
2022-04-05 06:56:13 +00:00
|
|
|
\pgfplotsset{compat=1.8}
|
|
|
|
|
|
|
|
\pdfinfo{
|
|
|
|
/Title (Lebensziel)
|
|
|
|
/Creator (TeX)
|
|
|
|
/Producer (pdfTeX 3.14)
|
|
|
|
/Author (Robert Jeutter)
|
|
|
|
/Subject (Lebensziele finden und festlegen)
|
|
|
|
}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\begin{titlepage}
|
|
|
|
\centering
|
|
|
|
\vspace{1cm}
|
|
|
|
{\scshape\Large Motivation, Antrieb und Planung\par}
|
|
|
|
\vspace{1.5cm}
|
|
|
|
{\huge\bfseries Lebensziel\par}
|
|
|
|
\vspace{2cm}
|
|
|
|
{\Large\itshape Robert Jeutter\par}
|
|
|
|
\vfill
|
|
|
|
{\large \today\par}
|
|
|
|
\end{titlepage}
|
|
|
|
|
2022-04-14 10:31:58 +00:00
|
|
|
\setcounter{tocdepth}{1}
|
2022-04-05 06:56:13 +00:00
|
|
|
\tableofcontents {\protect\thispagestyle{empty}
|
|
|
|
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\fancyhf{}
|
|
|
|
\fancyhead[EL]{\leftmark}
|
|
|
|
\fancyhead[OR]{\rightmark}
|
|
|
|
\fancyfoot[EL]{\thepage}
|
|
|
|
\fancyfoot[OR]{\thepage}
|
|
|
|
|
|
|
|
\subfile{chapters/1-motivation}
|
2022-04-08 10:42:53 +00:00
|
|
|
\subfile{chapters/2-wer-bin-ich}
|
2022-04-19 09:12:35 +00:00
|
|
|
\subfile{chapters/4-was-will-ich-wirklich}
|
2022-04-18 18:26:43 +00:00
|
|
|
\subfile{chapters/7-das-vision-board}
|
2022-04-05 06:56:13 +00:00
|
|
|
|
|
|
|
\bibliography{references}
|
|
|
|
\bibliographystyle{acm}
|
|
|
|
|
|
|
|
\end{document}
|