forked from devos50/msc-thesis-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreport.tex
88 lines (74 loc) · 2.03 KB
/
report.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
83
84
85
86
87
88
\documentclass[whitelogo]{tudelft-report}
\usepackage{natbib}
\usepackage{changes}
\usepackage{subcaption}
\usepackage{amsmath}
\usepackage{relsize}
\usepackage{todonotes}
\usepackage{tabularx}
\usepackage{listings}
\usepackage{csquotes}
\usepackage{multicol}
\begin{document}
%% Use Roman numerals for the page numbers of the title pages and table of
%% contents.
\frontmatter
%% Uncomment following 19 lines for a cover with a picture on the lower half only
\title[tudelft-white]{Identifying and Managing Technical Debt in Complex Distributed Systems}
%\subtitle[tudelft-cyan]{Optional subtitle}
\author[tudelft-white]{M.A. de Vos}
\affiliation{Technische Universiteit Delft}
%\coverimage{cover.jpg}
%\titleoffsetx{10cm}
\titleoffsety{10cm}
\afiloffsetx{1.6cm}
\afiloffsety{16.7cm}
%\covertext[tudelft-white]{
% \textbf{Cover Text} \\
% possibly \\
% spanning
% multiple
% lines
% \vfill
% ISBN 000-00-0000-000-0
%}
%\makecover
%% Uncomment following 16 lines for a cover with a picture on the lower half only
%\title[tudelft-white]{}
%\subtitle[tudelft-black]{Optional subtitle}
%\author[tudelft-white]{J.\ Random Author}
\affiliation{Delft University of Technology}
\coverimage{cover.png}
%\covertext[tudelft-white]{
% \textbf{Cover Text} \\
% possibly \\
% spanning
% multiple
% lines
% \vfill
% ISBN 000-00-0000-000-0
%}
%\setpagecolor{tudelft-cyan}
\makecover
%% Include an optional title page.
\input{title}
\input{abstract}
\input{preface}
\tableofcontents
%% Use Arabic numerals for the page numbers of the chapters.
\mainmatter
\input{introduction}
\input{problem_description}
\input{architecture_design}
\input{api_gui_implementation}
\input{improving_qa}
\input{evaluation}
\input{big_experiment}
\input{conclusions}
%% Use letters for the chapter numbers of the appendices.
\appendix
\input{appendix_scenario_file}
\input{appendix_gui_screenshots}
\input{appendix_experiments}
\bibliography{report}
\end{document}