-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
147 lines (108 loc) · 3.09 KB
/
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
\documentclass[IN, 11pt, twoside, openright, master, english]{tumthesis}
% Include common packages
\usepackage{packages}
% IEEE tools for tweaking bib style
\usepackage{IEEEtrantools}
\newcommand\toc{\relax}
\usepackage[backend=bibtex, sorting=none]{biblatex}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{tabu}
\usepackage{ltxtable}
\usepackage{url}
\usepackage[style=base]{caption}
\usepackage{subfigure}
\usepackage{nicefrac}
\usepackage[hang]{footmisc}
\usepackage{acro}
\usepackage{blindtext}
\usepackage{csvsimple}
\usepackage{algorithmic}
\usepackage{float}
\usepackage[ruled, lined, linesnumbered, commentsnumbered, longend]{algorithm2e}
\usepackage[utf8]{inputenc}
\usepackage{glossaries}
\usepackage{filecontents}
\setlength\footnotemargin{3pt}
\addbibresource{bib/IEEEfull.bib}
\addbibresource{bib/litnew.bib}
% Load late to avoid same identifier warning
\usepackage[colorlinks=false,pdfborder={0 0 0}]{hyperref}
\begin{document}
\pagestyle{empty}
%%%% Title page
\begin{titlepage}
\begin{center}
\includegraphics{figures/TUMlschwarz.png}\\[3mm]
\sf
{\Large
Technische Universit\"at M\"unchen\\[5mm]
Department of Mathematics\\[8mm]
}
\normalsize
\includegraphics{figures/TUMlMschwarz.png}\\[15mm]
Master's Thesis\\[15mm]
{\Huge
A Novel Information Theoretic Metric for
}
\vspace{0.1cm}
{\Huge
Labeled Trees
}
\bigskip
\normalsize
Denys Lazarenko
\end{center}
\vspace*{55mm}
Supervisor: PD Dr. rer. nat. Tobias Lasser
\medskip
Advisor: Prof. Thomas Bonald.
\medskip
Submission Date: 29.04.2021
\medskip
\end{titlepage}
%%%% The following has to be signed by hand!
\vspace*{150mm}
I hereby declare that this thesis is my own work and that no other sources have been used except those clearly indicated and referenced.
\bigskip
Garching,
\begin{otherlanguage}{ngerman}
\begin{abstract}
\input{include/abstract-de}
\end{abstract}
\end{otherlanguage}
\begin{abstract}
\input{include/abstract-en}
\end{abstract}
\newpage
\begin{thanks}
This work was performed in cooperation with Télécom Paris. I would first like to thank my advisor Thomas Bonald at Télécom Paris who provided me with critical guidance during this research. I would also like to thank my thesis supervisor PD Dr. rer. nat. Tobias Lasser of the Informatics department at TUM who accompanied me throughout this Master Thesis, read it carefully and granted me precious comments on my work.
\end{thanks}
\let\cleardoublepage\clearpage
\tableofcontents
\listoffigures
\listoftables
\input{include/publications}
\input{include/abbreviations}
%%%% Page numbering restarts here
\pagenumbering{arabic}
\pagestyle{headings}
\startcontent
\input{include/1-intro}
\input{include/2-background}
\input{include/4-related.tex}
\input{include/5-design.tex}
\input{include/6-impl.tex}
\input{include/8-conclusion.tex}
%\appendix
%\chapter{Supplementals}
%\input{include/appendix}
%\cleardoublepage
\printbibliography[heading=bibintoc]
%\cleardoublepage
\clearpage
\pagestyle{empty}
%\mbox{}
%\clearpage
\end{document}