-
Notifications
You must be signed in to change notification settings - Fork 57
/
dissertation.tex
82 lines (57 loc) · 2.35 KB
/
dissertation.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
75
76
77
78
79
80
81
82
\documentclass{dissertation}
%\documentclass[print]{dissertation}
%\documentclass[print,draft]{dissertation}
\hyphenation{TestRoots WatchDog proj-ect proj-ects Ec-lipse two-fold clie-nts Mo-cki-to wide-spread}
\newcommand{\sparkline}[1]{$\vcenter{\hbox{\includegraphics[scale=0.04]{#1}}}$}
\makeglossaries
\newcommand*{\origrightarrow}{}
\let\oldarrow\textrightarrow
\renewcommand*{\textrightarrow}{\fontfamily{cmr}\selectfont\origrightarrow}
\loadglsentries[main]{glossary}
\input{abbreviations}
\begin{document}
%% Specify the title and author of the thesis. This information will be used on
%% the title page (in title/title.tex) and in the metadata of the final PDF.
\title{An Empirical Evaluation of Feedback-Driven Software Development}
\author{Moritz Marc}{Beller}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
\include{title/title}
%% The (optional) dedication can be used to thank someone or display a
%% significant quotation.
\dedication{\epigraph{I [...] like to give the maximum in everything I do. The maximum I have. The
maximum I can give. I am not perfect. But if I do something, I do it [as best I can].
%And many people are not made like this. There are only few. But I like these few.
}{Reinhold Messner}}
\tableofcontents
\include{summary/summary}
\include{acks/acks}
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
%% Turn on thumb indices.
\thumbtrue
\include{introduction/introduction}
\include{conclusion/conclusion}
%% Use letters for the chapter numbers of the appendices.
%\appendix
%\include{appendix-a/appendix-a}
%% Turn off thumb indices for unnumbered chapters.
\thumbfalse
\chapter*{Bibliography}
\addcontentsline{toc}{chapter}{Bibliography}
\setheader{Bibliography}
URLs in this thesis have been archived on Archive.org. Their link target in digital editions refers
to this timestamped version.
\bibliographystyle{unsrt}
% argument is your BibTeX string definitions and bibliography database(s)
\bibliography{dissertation}
%% \chapter*{Glossary}
\glsaddall
\printglossary[type=\acronymtype,title={Glossary}]
\addcontentsline{toc}{chapter}{Glossary}
\setheader{Glossary}
\include{cv/cv}
\include{publications/publications}
\include{ipa/ipadissertations_2018}
\end{document}