123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- \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,amssymb}
- \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}
- \newcommand{\appname}{NodeShuffler}
- \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[normalem]{ulem}
- \usepackage{pifont}
- \usepackage{tikz}
- \usetikzlibrary{shapes.geometric}
- \newcommand{\cmark}{\ding{51}}
- \newcommand{\xmark}{\ding{55}}
- \newcommand\partialsquare{%
- \begin{tikzpicture}[baseline=0]
- \draw (0,0) rectangle (0.3,0.3);
- \fill (0.05,0.05) rectangle (0.25,0.25);
- \end{tikzpicture}
- }
- \newcommand{\planned}{$\square$}
- \newcommand{\done}{\rlap{$\square$}{\raisebox{2pt}{\large\hspace{1pt}\cmark}}\hspace{-2.5pt}}
- \newcommand{\progress}{\partialsquare}
- \usepackage{booktabs}
- \usepackage{hyphenat}
- \input{custom_hyphenations}
- \usepackage{listings}
- \usepackage{inconsolata}
- \usepackage{color, colortbl}
- \colorlet{punct}{red!60!black}
- \definecolor{background}{HTML}{EEEEEE}
- \definecolor{delim}{RGB}{20,105,176}
- \colorlet{numb}{magenta!60!black}
- \DeclareFixedFont{\ttb}{T1}{txtt}{bx}{n}{8}
- \DeclareFixedFont{\ttm}{T1}{txtt}{m}{n}{8}
- \definecolor{deepblue}{rgb}{0,0,0.6}
- \definecolor{deepred}{rgb}{0.8,0,0}
- \definecolor{deepgreen}{rgb}{0,0.4,0}
- \definecolor{grau}{gray}{0.3}
- \definecolor{member}{rgb}{0.27,0.37,0.75}
- \definecolor{reserved}{rgb}{0.5,0.,0.333}
- \newcommand{\code}[1]{\lstinline[basicstyle=\ttfamily]|#1|}
- \newcommand{\member}[1]{\lstinline[basicstyle=\ttfamily\color{member}]|#1|}
- \newcommand{\reserved}[1]{\lstinline[basicstyle=\ttfamily\color{reserved}]|#1|}
- \lstset{
- extendedchars=true,
- basicstyle=\scriptsize,
- %basicstyle=\footnotesize\ttfamily,
- 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}
- \lstdefinelanguage{json}{
- basicstyle=\normalfont\ttfamily,
- numberstyle=\scriptsize,
- stepnumber=1,
- numbersep=8pt,
- showstringspaces=false,
- literate=
- *{:}{{{\color{punct}{:}}}}{1}
- {,}{{{\color{punct}{,}}}}{1}
- {\{}{{{\color{delim}{\{}}}}{1}
- {\}}{{{\color{delim}{\}}}}}{1}
- {[}{{{\color{delim}{[}}}}{1}
- {]}{{{\color{delim}{]}}}}{1},
- }
- \typearea{14}
- \newcommand{\norm}[1]{\lvert #1 \rvert}
- \begin{document}
- \pagenumbering{Roman}
- \pagestyle{empty}
-
- \clearscrheadings\clearscrplain
- \begin{center}
- \begin{Large}
- Christian-Albrechts-Universität zu Kiel
- \\
- \vspace{20mm}
- \appname: \Thema
- \end{Large}\\
- \vspace{8mm}
- Project documentation\\
- \vspace{2.4 cm}
- Eren Bora Yilmaz (1036085)\\
- Kolja Samuel Strohm (1036051)\\
- Summer term 2018\\
- \vspace{8mm}
- \includegraphics[height=10cm]{img/logo}
- \end{center}
- \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}
- \chapter{UI and visuals}\label{ch:ui}
- \input{chapter/3ui}
- \chapter{Retrospection}
- \input{chapter/4retrospection}
- \appendix
- \chapter{Appendix}\label{ch:appendix}
- \input{chapter/appendix}
- \bibliographystyle{ieeetran}
- \bibliography{doc}
- \end{document}
|