-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
214 lines (166 loc) · 8.52 KB
/
Copy pathmain.tex
File metadata and controls
214 lines (166 loc) · 8.52 KB
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% PESTI Report Class File
%
% Adapted to PESTI/ISEP style (April/2024) by
% Elsa Ferreira Gomes (efg@isep.ipp.pt) and
% Jorge Coelho (jmn@isep.ipp.pt)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TMDEI Dissertation
% LaTeX Template
% Version 0.1 (Dec/2015)
%
% Adapted to TMDEI/ISEP style (Dec/2015) by
% Nuno Pereira (nap@isep.ipp.pt) and
% Paulo Baltarejo (pbs@isep.ipp.pt)
%
% Based on MastersDoctoralThesis Version 1.2 by Vel (vel@latextemplates.com) and
% Johannes Böttcher, downloaded from (21/11/15):
% http://www.LaTeXTemplates.com
%
% This template is originally based on a template by:
% Steve Gunn (http://users.ecs.soton.ac.uk/srg/softwaretools/document/templates/)
% Sunil Patel (http://www.sunilpatel.co.uk/thesis-template/)
%
% Template license:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%https://www.overleaf.com/project/5bfd7e508cfbf932785021c9
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[openright,
11pt, % The default document font size, options: 10pt, 11pt, 12pt
%oneside, % Two side (alternating margins) for binding by default, uncomment to switch to one side (for drafting/reading purposes)
%english, % english for English;
portuguese,% for Portuguese; delete temporary files if you change language (e.g. 'make clean; make')
singlespacing, % Single line spacing, alternatives: onehalfspacing or doublespacing (for drafting/reading purposes)
%draft, % Uncomment to enable draft mode (no pictures, no links, overfull hboxes indicated)
%nolistspacing, % If the document is onehalfspacing or doublespacing, uncomment this to set spacing in lists to single
liststotoc, % Uncomment to add the list of figures/tables/etc to the table of contents (recommended)
%toctotoc, % Uncomment to add the main table of contents to the table of contents (not recommended)
parskip, % Add space between paragraphs (recommended)
%nohyperref, % Uncomment to not load the hyperref package (not recommended)
nohyperreflinkcolor, % hyperref links are not colored (comment to color links, for example to produce an electronic-only version)
headsepline, % Uncomment to get a line under the header
]{PESTI-style} % The class file specifying the document structure
\usepackage[table]{xcolor}
\usepackage{array}
\usepackage{svg}
\usepackage{abstract}
\usepackage{tikz}
\usepackage{rotating}
\usepackage{pdflscape}
\usepackage{caption}
\usepackage{listings}
\usepackage{xcolor}
\lstdefinelanguage{JavaScript}{
keywords={break, case, catch, const, continue, debugger, default, delete, do, else, export, for, function, if, import, in, instanceof, let, new, return, super, switch, this, throw, try, typeof, var, void, while, with, yield, await, async},
ndkeywords={class, export, boolean, throw, implements, import, this},
sensitive=true,
comment=[l]//,
morecomment=[s]{/*}{*/},
morestring=[b]',
morestring=[b]",
morestring=[b]`,
}
\lstdefinelanguage{TypeScript}{
language=JavaScript,
morekeywords={
interface, type, enum, readonly, implements, private, public, protected, abstract, declare, module, namespace, keyof, typeof, infer, as, assert, satisfies, unknown, never
}
}
\lstdefinestyle{customts}{
language=TypeScript,
backgroundcolor=\color{white},
extendedchars=true,
basicstyle=\scriptsize\ttfamily, % fonte menor
showstringspaces=false,
showspaces=false,
numbers=left,
numberstyle=\tiny\color{gray}, % números ainda menores
numbersep=4pt,
tabsize=2,
breaklines=true,
breakatwhitespace=true,
showtabs=false,
captionpos=b,
keywordstyle=\color{blue}\bfseries,
commentstyle=\color{gray}\ttfamily,
stringstyle=\color{orange},
aboveskip=5pt, % espaço acima do listing
belowskip=5pt, % espaço abaixo
lineskip=-1pt % menor espaçamento entre linhas
}
\usepackage{pgfplots} % Required for drawing high--quality function plots (can be removed if not used)
\pgfplotsset{compat=newest}
%
% Next you have examples of admissable citation styles; we recomend using the authoryear-comp citation style (which resembles Harvard); don't forget to only uncomment one
%
% authoryear-comp: recommended citation style (e.g. (Buendía, 1860), (Buendía 1910, Arcadio 1940))
\usepackage[style=authoryear-comp,backend=biber]{biblatex} % Bibtex backend with the authoryear-comp citation style (authoryear citations, bibliography ordered alphabetically)
% numeric citation style (e.g. [1], [1-3])
%\usepackage[style=numeric-comp,sorting=none,backend=biber]{biblatex} % Bibtex backend with the numeric-comp citation style (numeric citations, bibliography ordered by appearance)
% alphabetic citation style (e.g. [Buendía10], [Buendía10, Arcadio40])
%\usepackage[style=alphabetic,sorting=none,backend=biber]{biblatex} % Bibtex backend with the alphabetic citation style (alphabetic citations, bibliography ordered by appearance)
\addbibresource{mainbibliography.bib} % The filename of the bibliography
\usepackage[acronym, toc]{glossaries}
\makeglossaries
%----------------------------------------------------------------------------------------
% % THESIS INFORMATION
% %----------------------------------------------------------------------------------------
\thesistitle{Painel ESG - Gestão Sustentável} % Your thesis title, this is used in the title, print it elsewhere with \ttitle
\thesissubtitle{DevScope Lda.} % Your thesis title, this is used in the title, print it elsewhere with \tsubtitle
\thesisdate{2024/2025}
%\author{Nome do Candidato e \textsc{Sobrenome}} % Your name, this is used in the title page, print it elsewhere with \authorname
\author{1220683 | Matilde Xavier Varela}
\subjectarea{Computer Systems} % Specialisation area (Computer Systems, Information and Knowledge Systems, Graphics, Systems and Multimedia, Software Engineering), used in the title page, print it elsewhere with \areaname
\supervisor{Paulo \textsc{Proença}}
\cosupervisor{David Mota}
% \committeepresident{ Ho}
% \committeemembers{hi}
\university{Instituto Superior de Engenharia do Porto}
\monthyear{Julho 2025}
% \keywords{Keyword1, ..., Keyword6} % Please define up to 6 keywords that better describe your work, print it elsewhere with \keywordnames
\university{\href{https://www.isep.ipp.pt/}{Instituto Superior de Engenharia do Porto}} % Your university's name and URL, this is used in the title page and abstract, print it elsewhere with \univname
\department{\href{https://www.dei.isep.ipp.pt/}{Departmento de Informática}} % Your department's name and URL, this is used in the title page and abstract, print it elsewhere with \deptname
% Correct way to set PDF metadata:
\hypersetup{
pdftitle={\ttitle}, % Sets the PDF's title
pdfauthor={\authorname}, % Sets the PDF's author
% pdfkeywords={\keywordnames} % Uncomment if you have keywords
}
\begin{document}
%----------------------------------------------------------------------------------------
% FRONT MATTER
%----------------------------------------------------------------------------------------
% Include the frontmatter of your thesis here
\input{frontmatter/frontmatter}
%----------------------------------------------------------------------------------------
% MAIN BODY
%----------------------------------------------------------------------------------------
% Include the chapters of the thesis as separate folder for each chapter
% Uncomment the lines as you write the chapters
\input{chapters/Introdução}
\input{chapters/EA}
\input{chapters/ADS}
\input{chapters/Implementação}
\input{chapters/Conclusões}
% Backmatter
% \input{backmatter/references}
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY
%----------------------------------------------------------------------------------------
\printbibliography[heading=bibintoc]
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
\appendix % Cue to tell LaTeX that the following "chapters" are Appendices
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
\input{appendices/appendixA}
\input{appendices/appendixB}
\input{appendices/appendixC}
\input{appendices/appendixD}
%----------------------------------------------------------------------------------------
\end{document}