|
@@ -0,0 +1,217 @@
|
|
|
+\documentclass[fontsize=12pt, paper=a4, headinclude, twoside=false, parskip=half-, pagesize=auto, numbers=noenddot, open=right, toc=listof, toc=bibliography]{scrreprt}
|
|
|
+
|
|
|
+
|
|
|
+\pdfminorversion=5
|
|
|
+\pdfobjcompresslevel=1
|
|
|
+\pdfsuppresswarningpagegroup=1
|
|
|
+
|
|
|
+\usepackage[automark]{scrlayer-scrpage}
|
|
|
+\usepackage{amsmath,marvosym}
|
|
|
+\usepackage[T1]{fontenc}
|
|
|
+\usepackage[utf8]{inputenc}
|
|
|
+
|
|
|
+\usepackage{mathpazo}
|
|
|
+
|
|
|
+\usepackage{setspace}
|
|
|
+\onehalfspacing
|
|
|
+
|
|
|
+\setkomafont{chapter}{\Huge\rmfamily}
|
|
|
+\setkomafont{section}{\Large\rmfamily}
|
|
|
+\setkomafont{subsection}{\large\rmfamily}
|
|
|
+\setkomafont{subsubsection}{\large\rmfamily}
|
|
|
+\setkomafont{chapterentry}{\large\rmfamily}
|
|
|
+\setkomafont{descriptionlabel}{\bfseries\rmfamily}
|
|
|
+\setkomafont{captionlabel}{\small\bfseries}
|
|
|
+\setkomafont{caption}{\small}
|
|
|
+
|
|
|
+\usepackage[english]{babel}
|
|
|
+
|
|
|
+
|
|
|
+\usepackage[english]{todonotes}
|
|
|
+\newcommand{\TODO}[1]{\todo[inline]{TODO: #1}}
|
|
|
+\newcommand{\Thema}{Placing Nodes Moderately Well While Showing What Is Happening}
|
|
|
+\usepackage[hyphens]{url}
|
|
|
+\usepackage[english,pdfauthor={Eren B. Yilmaz and Kolja S. Strohm}, pdftitle={\Thema}, breaklinks=true]{hyperref}
|
|
|
+\usepackage[final]{microtype}
|
|
|
+
|
|
|
+\usepackage{multirow}
|
|
|
+\usepackage{multicol}
|
|
|
+\usepackage{tabularx}
|
|
|
+\usepackage{longtable}
|
|
|
+\usepackage{array}
|
|
|
+\usepackage{cite}
|
|
|
+\usepackage{svg}
|
|
|
+
|
|
|
+
|
|
|
+\usepackage{graphicx}
|
|
|
+\usepackage[autostyle=true]{csquotes}
|
|
|
+\graphicspath{{img/}}
|
|
|
+\DeclareGraphicsExtensions{.pdf,.png,.jpg}
|
|
|
+\usepackage{subcaption}
|
|
|
+\usepackage[all]{hypcap}
|
|
|
+\usepackage{tablefootnote}
|
|
|
+
|
|
|
+\setcapindent{0em}
|
|
|
+\setcapwidth{0.9\textwidth}
|
|
|
+\setlength{\abovecaptionskip}{0.2cm}
|
|
|
+\usepackage{enumitem}
|
|
|
+
|
|
|
+
|
|
|
+\usepackage{booktabs}
|
|
|
+
|
|
|
+
|
|
|
+\usepackage{hyphenat}
|
|
|
+\input{custom_hyphenations}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+\usepackage{listings}
|
|
|
+\usepackage{color}
|
|
|
+
|
|
|
+
|
|
|
+\DeclareFixedFont{\ttb}{T1}{txtt}{bx}{n}{8}
|
|
|
+\DeclareFixedFont{\ttm}{T1}{txtt}{m}{n}{8}
|
|
|
+
|
|
|
+\definecolor{deepblue}{rgb}{0,0,0.4}
|
|
|
+\definecolor{deepred}{rgb}{0.4,0,0}
|
|
|
+\definecolor{deepgreen}{rgb}{0,0.4,0}
|
|
|
+\definecolor{grau}{gray}{0.3}
|
|
|
+
|
|
|
+\lstset{
|
|
|
+extendedchars=true,
|
|
|
+basicstyle=\scriptsize,
|
|
|
+
|
|
|
+tabsize=2,
|
|
|
+keywordstyle=\textbf,
|
|
|
+commentstyle=\color{grau},
|
|
|
+numbers=left,
|
|
|
+numberstyle=\tiny,
|
|
|
+
|
|
|
+breakautoindent = true,
|
|
|
+breakindent = 2em,
|
|
|
+breaklines = true,
|
|
|
+postbreak = ,
|
|
|
+prebreak = \raisebox{-.8ex}[0ex][0ex]{\Righttorque},
|
|
|
+showstringspaces=false,
|
|
|
+emphstyle=\ttb,
|
|
|
+stringstyle=\color{deepgreen},
|
|
|
+frame=tb}
|
|
|
+
|
|
|
+\deffootnote{1.5em}{1em}{\makebox[1.5em][l]{\thefootnotemark}}
|
|
|
+
|
|
|
+\typearea{14}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+\newcommand{\svgfigurewidth}[5]{
|
|
|
+\begin{figure}[tp]
|
|
|
+ \centering
|
|
|
+ \fontsize{8}{10}\selectfont
|
|
|
+ \includesvg[width = #5]{#1}
|
|
|
+ \caption[#2]{#3}\label{#4}
|
|
|
+\end{figure}
|
|
|
+}
|
|
|
+
|
|
|
+\newcommand{\svgfigurefullwidth}[4]{
|
|
|
+\begin{figure}[tp]
|
|
|
+ \centering
|
|
|
+ \includesvg[width = \textwidth]{#1}
|
|
|
+ \caption[#2]{#3}\label{#4}
|
|
|
+\end{figure}
|
|
|
+}
|
|
|
+
|
|
|
+\newcommand{\graphicsfigure}[3]{
|
|
|
+\begin{figure}[tp]
|
|
|
+ \centering
|
|
|
+ \includegraphics[width=\linewidth]{#1}
|
|
|
+ \caption{#2}\label{#3}
|
|
|
+\end{figure}
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+\newcommand{\ssrl}[1]{\multicolumn{1}{|c|}{#1}}
|
|
|
+\newcommand{\ssr}[1]{\multicolumn{1}{c|}{#1}}
|
|
|
+\newcommand{\norm}[1]{\lvert #1 \rvert}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+\usepackage{everypage}
|
|
|
+\usepackage{datetime}
|
|
|
+\AddEverypageHook{%
|
|
|
+\begin{picture}
|
|
|
+ (0,0)
|
|
|
+ \put(140,30){\fbox{\textbf{Draft of~\today~\currenttime}}}
|
|
|
+
|
|
|
+\end{picture}\hfill
|
|
|
+}
|
|
|
+
|
|
|
+\begin{document}
|
|
|
+ \pagenumbering{Roman}
|
|
|
+ \pagestyle{empty}
|
|
|
+
|
|
|
+
|
|
|
+ \clearscrheadings\clearscrplain
|
|
|
+ \begin{center}
|
|
|
+ \begin{Large}
|
|
|
+ Christian-Albrechts-Universität zu Kiel
|
|
|
+ \\
|
|
|
+
|
|
|
+ \vspace{20mm}
|
|
|
+ \Thema
|
|
|
+ \end{Large}\\
|
|
|
+ \vspace{8mm}
|
|
|
+ Bachelorarbeit\\
|
|
|
+ \vspace{0.4cm}
|
|
|
+ \vspace{2 cm}
|
|
|
+ Eren Bora Yilmaz (1036085)\\
|
|
|
+ Kolja Samuel Strohm (1036051)\\
|
|
|
+ Sommmer 2018\\
|
|
|
+ \end{center}
|
|
|
+ \clearpage\null\clearpage
|
|
|
+
|
|
|
+ \pagestyle{scrheadings}
|
|
|
+ \cfoot*{\pagemark}
|
|
|
+ \chead{}
|
|
|
+ \ofoot{}
|
|
|
+ \ohead{\headmark}
|
|
|
+
|
|
|
+ \tableofcontents
|
|
|
+ \listoffigures
|
|
|
+ \listoftables
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ \chapter{Introduction}\label{ch:introduction}
|
|
|
+ \pagenumbering{arabic}
|
|
|
+ \input{chapter/1introduction}
|
|
|
+
|
|
|
+ \chapter{Architecture}\label{ch:architecture}
|
|
|
+ \input{chapter/2architecture}
|
|
|
+
|
|
|
+ \appendix
|
|
|
+ \chapter{Appendix}\label{ch:appendix}
|
|
|
+ \input{chapter/appendix}
|
|
|
+
|
|
|
+ \bibliographystyle{ieeetran}
|
|
|
+ \bibliography{thesis}
|
|
|
+\end{document}
|