-
Notifications
You must be signed in to change notification settings - Fork 0
/
Thamsen_2014_Thesis.tex
74 lines (59 loc) · 1.46 KB
/
Thamsen_2014_Thesis.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
% Modes
% draft - drafting mode, esp for todos
% final - final mode
% print - do not color links
%
\PassOptionsToPackage{final}{graphics}
\documentclass[final,master]{swathesis}
\def\fromname{by}
\KOMAoptions{parskip=true}
\lstset{language=JavaScript,extendedchars=true}
\usepackage{geometry}
\special{papersize=210mm,297mm}
\usepackage{pifont}
\newcounter{dingdistance}
\setcounter{dingdistance}{191}
\newcommand{\circnum}[1]{%
\addtocounter{dingdistance}{#1}%
\ding{\value{dingdistance}}%
\setcounter{dingdistance}{191}}
\addbibresource{thesis.bib}
\usepackage{titlepage}
\TitlePageStyle[
subject=master,degree={Master of Science},
]{hpi-swa}
\supervisors{
Prof.\,Dr.\,Robert Hirschfeld\and
Bastian Steinert
}
\setdate{2014}{05}{13}
\date{\datedate}
\author{Lauritz Thamsen}
\location{Potsdam}
\title{Object Versioning for the Lively Kernel\\}
\subtitle{Preserving Access to Previous System States\\ in an Object-oriented Programming System}
\begin{document}
\frontmatter
\newpage
\newpage
\maketitle
\input{content/0_1_abstract}
\input{content/0_2_acknowledgment}
\tableofcontents
\listoffigures
\mainmatter
\input{content/1_introduction}
\input{content/2_background}
\input{content/3_motivation}
\input{content/4_approach}
\input{content/5_implementation}
\input{content/6_evaluation}
\input{content/7_related_work}
\input{content/8_future_work}
\input{content/9_summary}
\printbibliography
\clearpage
\backmatter
\markboth{}\relax
\defaultstatement
\end{document}