2016-08-17 19:13:31 +02:00
|
|
|
\documentclass[11pt,a4paper]{report}
|
|
|
|
|
|
|
|
\usepackage{a4}
|
|
|
|
\usepackage[utf8]{inputenc}
|
2016-08-17 19:39:00 +02:00
|
|
|
\usepackage{titlesec,blindtext, color} % titleformat
|
2016-08-17 19:13:31 +02:00
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{geometry}
|
|
|
|
\usepackage{multirow,tabularx,tabu}
|
|
|
|
|
2016-08-24 22:26:28 +02:00
|
|
|
\newcommand{\topic}{A Declarative And Reproducible Approach To Application Deployment Via Container Images}
|
2016-08-17 19:13:31 +02:00
|
|
|
|
|
|
|
\newcommand{\authorOne}{Stefan Junker}
|
|
|
|
\newcommand{\authorOnestreet}{Alemannenstr. 7}
|
|
|
|
\newcommand{\authorOnezip}{78467}
|
|
|
|
\newcommand{\authorOnecity}{Konstanz}
|
|
|
|
\newcommand{\authorOneCountry}{Germany}
|
|
|
|
\newcommand{\authorOneId}{283751}
|
|
|
|
\newcommand{\supervisorOne}{Prof. Dr. Michael Mächtel}
|
|
|
|
\newcommand{\supervisorTwo}{TODO supervisor two}
|
|
|
|
\newcommand{\studies}{TODO studies}
|
|
|
|
\newcommand{\startdate}{TODO startdate}
|
|
|
|
\newcommand{\submitdate}{TODO submitdate}
|
|
|
|
\newcommand{\buzzwords}{TODO buzzwords}
|
|
|
|
|
|
|
|
% Numbered Subsubsections
|
|
|
|
\setcounter{secnumdepth}{3}
|
|
|
|
|
|
|
|
\date{Wintersemester 2016/2017}
|
|
|
|
\title{\topic}
|
|
|
|
|
|
|
|
\author{authorOne}
|
|
|
|
|
|
|
|
\geometry{a4paper, top=25mm, left=30mm, right=40mm, bottom=35mm, headsep=10mm, footskip=12mm}
|
|
|
|
|
|
|
|
\fancypagestyle{plain}{%
|
|
|
|
\fancyhead[L]{\small SJ}
|
|
|
|
\fancyhead[R]{}
|
|
|
|
\fancyhead[C]{}
|
|
|
|
|
|
|
|
\fancyfoot[R]{\thepage{}}
|
|
|
|
\fancyfoot[C]{}
|
|
|
|
}
|
|
|
|
|
2016-08-17 19:39:00 +02:00
|
|
|
\newcommand{\hsp}{\hspace{20pt}}
|
|
|
|
\titleformat{\chapter}[hang]{\vspace{-2cm}\Huge\bfseries}{\thechapter\hsp}{0cm}{}
|
2016-08-17 19:13:31 +02:00
|
|
|
|
|
|
|
\makeatletter
|
2016-08-17 19:39:00 +02:00
|
|
|
\renewcommand\paragraph{\startsection{paragraph}{4}{\z}%
|
|
|
|
{-3.25ex\plus -1ex \minus -.2ex}%
|
|
|
|
{0.0001pt \plus 0.2ex}%
|
2016-08-17 19:13:31 +02:00
|
|
|
{\normalfont\normalsize\bfseries}}
|
2016-08-17 19:39:00 +02:00
|
|
|
\renewcommand\subparagraph{\startsection{subparagraph}{5}{\z}%
|
|
|
|
{-3.25ex\plus -1ex \minus -.2ex}%
|
|
|
|
{0.0001pt \plus 0.2ex}%
|
2016-08-17 19:13:31 +02:00
|
|
|
{\normalfont\normalsize\bfseries}}
|
|
|
|
\makeatother
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
2016-08-24 22:26:40 +02:00
|
|
|
\pagenumbering{roman}
|
2016-08-17 19:13:31 +02:00
|
|
|
\pagestyle{plain}
|
2016-08-17 20:17:37 +02:00
|
|
|
%TODO: \include{cover}
|
2016-08-17 19:13:31 +02:00
|
|
|
\include{title}
|
2016-08-17 20:17:37 +02:00
|
|
|
\include{abstract.tex}
|
|
|
|
%TODO: \include{affidavit}
|
2016-08-17 19:13:31 +02:00
|
|
|
\cleardoublepage
|
|
|
|
\newcounter{roman_pagenumbers} % save page number
|
|
|
|
\setcounter{roman_pagenumbers}{\value{page}}
|
|
|
|
|
|
|
|
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\fancyhf{}
|
|
|
|
\addtolength{\headwidth}{\marginparsep}
|
|
|
|
\headheight=15pt
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\fancyfoot[R]{\thepage{}}
|
|
|
|
\fancyhead[L]{\small \autorlinit, \autorminit, \autorsinit}
|
|
|
|
\fancyhead[R]{\nouppercase{\rightmark}}
|
|
|
|
|
|
|
|
\pagenumbering{arabic}
|
|
|
|
\pagestyle{fancy}
|
2016-08-24 22:28:02 +02:00
|
|
|
%TODO \include{acknowledgements}
|
2016-08-17 19:13:31 +02:00
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
%TODO \printnomenclature[3cm]
|
2016-08-24 22:26:12 +02:00
|
|
|
|
|
|
|
\chapter{Preface}
|
|
|
|
This dissertation is original, unpublished, independent work by the author, \authorOne.
|
2016-08-17 19:13:31 +02:00
|
|
|
|
2016-08-24 22:27:33 +02:00
|
|
|
\part{Introduction}
|
2016-08-17 19:39:00 +02:00
|
|
|
\include{introduction}
|
2016-08-17 19:13:31 +02:00
|
|
|
|
2016-08-24 22:27:33 +02:00
|
|
|
\part{Research}
|
2016-08-24 23:55:10 +02:00
|
|
|
\include{parts/research/research}
|
|
|
|
|
2016-08-24 22:27:33 +02:00
|
|
|
\part{Development}
|
|
|
|
\part{Conclusion}
|
|
|
|
|
2016-08-17 19:13:31 +02:00
|
|
|
\newpage
|
|
|
|
%TODO \listofmyequations
|
|
|
|
\listoftables
|
|
|
|
%TODO \lstlistoflistings
|
|
|
|
\listoffigures
|
|
|
|
%TODO \printbibliography
|
|
|
|
\end{document}
|