-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
125 lines (85 loc) · 2.55 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
\documentclass[dsc,numbers]{coppe}
\usepackage[disable,colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
% \usepackage[colorinlistoftodos,prependcaption,textsize=tiny]{todonotes}
\usepackage{xargs}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{algorithmic}
\usepackage[ruled,vlined,linesnumbered]{algorithm2e}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{listings}
%\usepackage[portuguese]{babel}
\usepackage{hyperref}
\usepackage{imakeidx}
\usepackage{letterspace}
\usepackage{soul}
\usepackage{mfirstuc}
\usepackage{multirow}
\usepackage{tabularx}
\usepackage{longtable}
\usepackage{supertabular}
\usepackage{float}
\usepackage{xcolor,colortbl}
\usepackage{makecell}
\usepackage[justification=centering]{caption}
%\usepackage{enumerate}
\usepackage{enumitem}
\usepackage{amsthm}
\usepackage{siunitx}
\sisetup{output-exponent-marker=\ensuremath{\mathrm{e}}}
\MFUnocap{in}
\MFUnocap{or}
\MFUnocap{of}
\usepackage{caption}
\usepackage{subcaption}
\include{macros}
\makeindex
\makelosymbols
\makeloabbreviations
\begin{document}
\title{\thesistitle{}}
\foreigntitle{\thesistitlept}
\author{Renan Francisco Santos}{Souza}
\advisor{Prof\textsuperscript{a}.}{Marta Lima de Queir\'os}{Mattoso}{D.Sc.}
\advisor{Prof.}{Patrick}{Valduriez}{Dr.}
\examiner{Prof\textsuperscript{a}.}{Marta Lima de Queir\'os Mattoso}{D.Sc.}
\examiner{Prof.}{Patrick Valduriez}{Dr.}
\examiner{Dr.}{Marco Aurelio Stelmar Netto}{Ph.D.}
\examiner{Prof.}{Alexandre de Assis Bento Lima}{D.Sc.}
\examiner{Prof\textsuperscript{a}.}{Vanessa Braganholo Murta}{D.Sc.}
\examiner{Prof\textsuperscript{a}.}{Lúcia Maria de Assumpção Drummond}{D.Sc.}
\department{PESC}
\date{12}{2019}
\keyword{User Steering}
\keyword{Data Provenance}
\keyword{Large-scale Workflows}
% Do not comment these two below
\maketitle
\frontmatter
%\include{chapters/extras/dedic}
\include{chapters/extras/thanks}
\include{chapters/extras/resumo}
\include{chapters/extras/abstract}
\tableofcontents
\listoffigures
\listoftables
%\printlosymbols % glossary
\printloabbreviations
% Do not comment mainmatter
\mainmatter
\include{chapters/chap01}
\include{chapters/chap02}
\include{chapters/chap03}
\include{chapters/chap04}
\include{chapters/chap_DfAdapter}
\include{chapters/chap_dChiron}
\include{chapters/experiments/index}
\include{chapters/chap07}
\backmatter
\bibliographystyle{coppe-unsrt}
\bibliography{thesis}
\appendix
\include{appendix/sql}
\include{appendix/dfadapter}
\end{document}