-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
193 lines (153 loc) · 6.03 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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
\documentclass[11pt,a4paper,twoside,openright]{report}
\usepackage[utf8]{inputenc}
%\usepackage[latin1]{inputenc}
%%%%%%% English version
%% MIEIC options
%\usepackage[mieic]{feupteses} % work version
%\usepackage[mieic,juri]{feupteses} % juri version
\usepackage[mieic,final]{feupteses} % final version
%% Additional options for feupteses.sty:
%% - portugues: titles, etc in portuguese
%% - onpaper: links are not shown (for paper versions)
%% - backrefs: include back references from bibliography to citation place
%%%%%%% Portuguese version
%\usepackage[mieic,portugues]{feupteses} % work version
%\usepackage[mieic,portugues,juri]{feupteses} % juri version
%\usepackage[mieic,portugues,final]{feupteses} % final version
%% Uncomment the next lines if side by side graphics used
%\usepackage[lofdepth,lotdepth]{subfig}
%\usepackage{graphicx}
%\usepackage{float}
\usepackage{listings}
\usepackage{dirtytalk}
\usepackage[shortlabels]{enumitem}
\usepackage{amssymb}
\usepackage{minitoc}
\usepackage[numbers]{natbib}
\usepackage{amsmath}
\usepackage[bottom]{footmisc}
\usepackage{subcaption}
\usepackage{algorithm}
\usepackage[noend]{algpseudocode}
\usepackage{mathtools}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\newtheorem{definition}{Definition}
%% Include color package
\usepackage{color}
\definecolor{cloudwhite}{cmyk}{0,0,0,0.025}
%% Include source-code listings package
\usepackage{listings}
\lstset{ %
language=C, % choose the language of the code
basicstyle=\footnotesize\ttfamily,
keywordstyle=\bfseries,
numbers=left, % where to put the line-numbers
numberstyle=\scriptsize\texttt, % the size of the fonts that are used for the line-numbers
stepnumber=1, % the step between two line-numbers. If it's 1 each line will be numbered
numbersep=8pt, % how far the line-numbers are from the code
frame=tb,
float=htb,
aboveskip=8mm,
belowskip=4mm,
backgroundcolor=\color{cloudwhite},
showspaces=false, % show spaces adding particular underscores
showstringspaces=false, % underline spaces within strings
showtabs=false, % show tabs within strings adding particular underscores
tabsize=2, % sets default tabsize to 2 spaces
captionpos=b, % sets the caption-position to bottom
breaklines=true, % sets automatic line breaking
breakatwhitespace=false, % sets if automatic breaks should only happen at whitespace
escapeinside={\%*}{*)}, % if you want to add a comment within your code
morekeywords={*,var,template,new} % if you want to add more keywords to the set
}
%% Uncomment to create an index (at the end of the document)
%\makeindex
\graphicspath{{figures/}}
\include{mymacros}
% BEGIN mini-toc configs
\mtcsettitle{minitoc}{}
\setcounter{minitocdepth}{1}
\dominitoc
% END mini-toc configs
%%========================================
%% Start of document
%%========================================
\begin{document}
%%----------------------------------------
%% Information about the work
%%----------------------------------------
\title{Lightweight Real-Time Feature Monitoring}
\author{João Dias Conde Azevedo}
%% Uncomment next line for date of submission
\thesisdate{July 24, 2020}
%%Uncomment next line for copyright text if used
%\copyrightnotice{Name of the Author, 2008}
\supervisor{Supervisor}{André Monteiro de Oliveira Restivo, PhD}
\supervisor{Second Supervisor}{Pedro Manuel Pinto Ribeiro, PhD}
\supervisor{Company Supervisor}{Marco O. P. Sampaio, PhD}
\supervisor{Company Supervisor}{Pedro Cardoso Silva, Msc}
%% Uncomment committee stuff in the final version
%\committeetext{Approved in oral examination by the committee:}
%\committeemember{Chair}{Prof.\ Name of the President}
%\committeemember{External Examiner}{Prof.\ Name of the Examiner}
%\committeemember{Supervisor}{Prof.\ Name of the Supervisor}
%\committeetext{Aprovado em provas públicas pelo Júri:}
%\committeemember{Presidente}{Prof.\ Nome do presidente do júri}
%\committeemember{Arguente}{Prof.\ Nome do arguente do júri}
%\committeemember{Vogal}{Prof.\ Nome do vogal do júri}
\logo{uporto-feup.pdf}
%% Uncomment next line for additional text below the author's name (front page)
%\additionalfronttext{Preparação da Dissertação}
% pseudocode
\algnewcommand\algorithmicforeach{\textbf{for each}}
\algdef{S}[FOR]{ForEach}[1]{\algorithmicforeach\ #1\ \algorithmicdo}
%%----------------------------------------
%% Preliminary materials
%%----------------------------------------
% remove unnecessary \include{} commands
\begin{Prolog}
\include{chapters/abstract} % the abstract
\include{chapters/resumo} % the abstract
\include{chapters/acknows} % the acknowledgments
\include{chapters/quote} % initial quotation if desired
\cleardoublepage
\pdfbookmark[0]{Table of Contents}{contents}
\tableofcontents
\cleardoublepage
\pdfbookmark[0]{List of Figures}{figures}
\listoffigures
\cleardoublepage
\pdfbookmark[0]{List of Tables}{tables}
\listoftables
\cleardoublepage
\pdfbookmark[0]{List of Algorithms}{algorithms}
\listofalgorithms
\cleardoublepage
\include{chapters/abbrevs} % the list of abbreviations used
\end{Prolog}
%%----------------------------------------
%% Body
%%----------------------------------------
\StartBody
\include{chapters/introduction}
\include{chapters/background}
\include{chapters/sota}
\include{chapters/problem-statement}
\include{chapters/method}
\include{chapters/validation}
\include{chapters/conclusions}
%% comment next 2 commands if numbered appendices are not used
%\appendix
%\include{appendix1}
%%----------------------------------------
%% Final materials
%%----------------------------------------
%% Bibliography
%% Comment the next command if BibTeX file not used
%% bibliography is in ``myrefs.bib''
\PrintBib{myrefs}
%% Index
%% Uncomment next command if index is required
%% don't forget to run ``makeindex thesis'' command
%\PrintIndex
\end{document}