-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
399 lines (296 loc) · 9.73 KB
/
main.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
\documentclass[12pt, a4paper, twoside]{article}
% fonte 12, folha A4, impressão anverso (frente)
\raggedbottom
\usepackage[utf8]{inputenc}
% processar caracteres
\usepackage{amsmath, amsfonts, amssymb}
% ambientes, símbolos e fontes matemáticas.
\usepackage{ac/scripts/meuscomandos}
% meus comandos criados ajuda do bing.com e ChatGPT
\usepackage[left = 3cm, top = 3cm, right = 2cm, bottom = 2cm]{geometry}
% margens- document por geometry
% \usepackage[brazilian]{babel}
\usepackage[brazil]{babel}
% conversões tipográficas e linguísticas brasileiras
\usepackage{csquotes}
\usepackage{pdfpages}
% inserir outras pages .pdf no LaTeX
\usepackage{titlesec}
\usepackage{titletoc}
% formatação dos títulos das seções
\usepackage{fancyhdr}
% custom style, content e posição do cabeçalho e rodapé
\usepackage{colortbl}
% colorir células de tabelas
\usepackage{setspace}
% espaçamento entre linhas
\usepackage{indentfirst}
% recuar 1° linha cada parágrafo
\usepackage{natbib}
% gerenciar referências bibliográficas
%%%% NÃO FUNCIONA COM pacote BIBLITEX
% \usepackage{abntex2}
\usepackage{bookmark}
%
\usepackage{epigraph}
% adicionar epigrafe
\usepackage{graphicx}
% inserir img no LaTeX
\usepackage{array}
% criar e manipular tabelas
% \usepackage[colorlinks=true, allcolors=black]{hyperref}
% criar links clicáveis (refer cruzadas, citações ou URLs. )
% \usepackage[brazilian,hyperpageref]{backref}
% add list pages onde cada ref bibliog foi citada
%%%% NÃO FUNCIONA COM pacote BIBLITEX
% \usepackage{multirow}
% https://www.ctan.org/pkg/multirow
% criar células +1 linha
\usepackage{float} % https://www.ctan.org/pkg/float
% controlar posição de objetos flutuantes (img e tabelas)
\usepackage{booktabs} % https://www.ctan.org/pkg/booktabs
% criar tabelas mais profissionais
\usepackage{enumitem} % https://www.ctan.org/pkg/enumitem
% criar listas enumeradas (em 1,2,3... ou I, II, III, IV...)
% \usepackage[brazilian,hyperpageref]{backref}
% add list pages onde cada ref bibliog foi citada
%%%% NÃO FUNCIONA COM pacote BIBLITEX
\usepackage{epigraph}
% inserir citações ou epígrafes no texto ou antes de um capítulo
\usepackage{subfigure}
% criar figuras com múltiplas +2img que podem ser posicionadas e rotuladas indepen
\usepackage{anyfontsize}
% selecionar qualquer tamanho de img
\usepackage{caption}
% personalizar as legendas das figuras e tabelas.
\usepackage{adjustbox}
% fornece várias macros para ajustar o conteúdo de caixas.
% macros: é um comando que define uma sequênc de instruções p/ LaTeX executar.
% caixa: é um objeto que contém algum conteúdo, como txt, img ou tabela
\usepackage{bm}
% colocar objetos matemáticos em negrito.
\usepackage{placeins}
% controlar a posição dos objetos flutuantes (como figuras e tabelas)
\usepackage{float}
% criar e personalizar objetos flutuantes (como figuras e tabelas)
\usepackage{etoolbox}
% ajuda a programar em LaTeX + fácil e poderosa. Ele tem muitas funções % que permitem fazer coisas como modificar comandos existentes, testar % % condições, criar listas e variáveis lógicas.
\usepackage[style=abnt]{biblatex}
\usepackage[style=abnt, backend=biber]{biblatex}
\addbibresource{main.bib}
% Ensure that main.bib exists and contains valid bibliography entries
% Ensure that main.bib exists and contains valid bibliography entries
\numberwithin{equation}{subsection}
% enumerar equação de acordo com a seção que está
\addbibresource{parte-03/00-bibliografia}
% \bibliographystyle{plain}
% ja estou usando abnt (biblatex acima)
% definir o estilo de format das refer bibliogr LaTeX usando o BiBTeX
\raggedbottom
% https://latexref.xyz/_005craggedbottom.html
% criar layout de pagina mais agradável
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\newtheorem{<nome>}{<cabeçalho>}[<contador>]
% <nome> é o nome do ambiente que é definido.
% <cabeçalho> é a palavra que será impressa, em negrito, no início do ambiente.
% <contador> é o nome de um contador existente ao qual o ambiente será subordinado.
\newtheorem{teo}{Teorema}[section]
\newtheorem{lema}[teo]{Lema}
\newtheorem{cor}[teo]{Corolário}
\newtheorem{prop}[teo]{Proposição}
\newtheorem{defi}{Definição}
\newtheorem{exem}{Exemplo}
% (\newtheorem{teo}{Teorema}[section]) criou um ambiente chamado teo para escrever teoremas.
% Cada teorema terá um número seguindo o número da seção em que está.
% Por exemplo: Teorema 1.1, Teorema 1.2, etc.
%
% Você pode usar esse ambiente assim:
%
% (\begin{teo} Sejam A e B conjuntos não vazios. Então A x B não é vazio. \end{teo}), ou seja,
%
% Teorema 1.1 Sejam A e B conjuntos não vazios. Então A x B não é vazio.
%%%%%%%%%% CONFIGURAÇÕES DE PÁGINA E FONTES
\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0.4pt}
\setlength{\headheight}{16pt}
% C - Centro, L - Esquerda, R - Direita, O - impar, E - par
\fancyhead[RO, LE]{\thepage}
\renewcommand{\sectionmark}[1]{\markboth{#1}{}}
\titlecontents{section}[0cm]{}{\bf\thecontentslabel\ }{}{\titlerule*[.75pc]{.}\contentspage}
\titlecontents{subsection}[0.75cm]{}{\thecontentslabel\ }{}{\titlerule*[.75pc]{.}\contentspage}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\DeclareCaptionFormat{myformat}{ \centering \fontsize{10}{12}\selectfont#1#2#3}
\captionsetup{format=myformat}
\def\blankpage{%
\clearpage%
\thispagestyle{empty}%
\addtocounter{page}{-1}%
\null%
\clearpage}
%%%%%%%%%% CONFIGURAÇÕES DE PÁGINA E FONTE
\pagenumbering{arabic}
\setcounter{page}{2}
\onehalfspacing
\setlength{\parindent}{1.5cm}
\setlength{\parskip}{0.2cm}
\setlength{\intextsep}{0.5cm}
\titlespacing*{\section}{0cm}{0cm}{0.5cm}
\titlespacing*{\subsection}{0cm}{0.5cm}{0.5cm}
\titlespacing*{\subsubsection}{0cm}{0.5cm}{0.5cm}
\titlespacing*{\paragraph}{0cm}{0.5cm}{0.5cm}
\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\pagenumbering{arabic}
\setcounter{page}{3}
\fancyhead[RE, LO]{\nouppercase{\emph\leftmark}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%% INÍCIO DO DOCUMENTO %%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%% CAPA %%%%%%%%%%
\include{parte-00/00-capa.tex}
%%%%%%%%%% ROSTO %%%%%%%%%%
\include{parte-00/01-rosto.tex}
%%%%%%%%%% ERRATA %%%%%%%%%%
% \section*{Errata}
% \include{parte-00/01-errata}
% \newpage
\section*{Errata}
\input{parte-00/02-errata.tex}
\markboth{Errata}{Errata}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% FOLHA DE APROVAÇÃO %%%%%%%%%%
% \section*{Folha de Aprovação}
% \include{parte-00/01-aprovacao}
% \newpage
% \section*{Folha de Aprovação}
\input{parte-00/03-aprovacao.tex}
\markboth{Folha de Aprovação}{Folha de Aprovação}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% DEDICATÓRIAS %%%%%%%%%%
% \section*{Dedicatórias}
% \include{parte-00/01-dedicatórias}
% \newpage
\section*{Dedicatórias}
\input{parte-00/04-dedicatorias.tex}
\markboth{Dedicatórias}{Dedicatórias}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% AGRADECIMENTOS %%%%%%%%%%
% \section*{Agradecimentos}
% \include{parte-00/01-agradecimentos}
% \newpage
\section*{Agradecimentos}
\input{parte-00/05-agradecimentos.tex}
\markboth{Agradecimentos}{Agradecimentos}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% EPÍGRAFE %%%%%%%%%%
% \section*{Epígrafe}
% \include{parte-00/01-epigrafe}
% \newpage
\section*{Epígrafe}
\input{parte-00/06-epigrafe.tex}
\markboth{Epígrafe}{Epígrafe}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% RESUMO %%%%%%%%%%
% \section*{Resumo}
% \include{parte-00/02-resumo}
% \newpage
\section*{Resumo}
\input{parte-00/07-resumo.tex}
\markboth{Resumo}{Resumo}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% ABSTRACT %%%%%%%%%%%
% \section{Abstract}
% \include{parte-00/03-abstract}
% \newpage
\section*{Abstract}
\input{parte-00/08-abstract.tex}
\markboth{Abstract}{Abstract}
% \markboth{direita}{esquerda} cabeçalho
\newpage
%%%%%%%%%% LOCAL- GRÁFICOS - IMAGENS %%%%%%%%%%
\graphicspath{ {arquivos/graficos/} }
\graphicspath{{arquivo/imgs/}}
%%% LISTA DE TABELAS
\listoftables
\newpage
%%% LISTA DE ILUSTRAÇÕES
\listoffigures
\newpage
%%% LISTA DE ABREVIATURAS E SIGLAS
%%% LISTA DE SÍMBOLOS
%%%%%%%%%% SUMÁRIO %%%%%%%%%%
\tableofcontents
%%%%%%%%%% PÁGINA EM BRANCO %%%%%%%%%%
\blankpage
\newpage
%%%%%%%%%% INTRODUÇÃO %%%%%%%%%%
\section{Introdução}
\input{parte-02/00-introducao.tex}
\newpage
%%%%%%%%%% PÁGINA EM BRANCO %%%%%%%%%%
\blankpage
\newpage
%%%%%%%%%% Referencial Teórico %%%%%%%%%%
\section{Revisão literária}
\input{parte-02/03-revisão-literaria}
\newpage
%%%%%%%%%% PÁGINA EM BRANCO %%%%%%%%%%
\blankpage
\newpage
%%%%%%%%%% OBJETIVOS %%%%%%%%%%
\section{Objetivos}
\input{parte-02/02-objetivos}
\newpage
%%%%%%%%%% PÁGINA EM BRANCO %%%%%%%%%%
\blankpage
\newpage
%%%%%%%%%% METODOLOGIA %%%%%%%%%%
\section{Metodologia}
\input{parte-02/04-metodologia}
\newpage
%%%%%%%%%% PÁGINA EM BRANCO %%%%%%%%%%
\blankpage
\newpage
%%%%%%%%%% ANALISE DOS RESULTADOS %%%%%%%%%%
\section{Analise e Resultados}
\input{parte-02/05-analise-resultado}
\newpage
%%%%%%%%%% CONCLUSÕES %%%%%%%%%%
\section{Concluões}
\input{parte-02/06-conclusao}
\newpage
%%%%%%%%%% PÁGINA EM BRANCO %%%%%%%%%%
\blankpage
\newpage
%%%%%%%%%% REFERÊNCIAS %%%%%%%%%%
\section{Referências}
% \printbibliography
\nocite{*} % força a citação aparecer no documento
\newpage
%%%%%%%%%% GLOSSÁRIO %%%%%%%%%%
\section{Glossário}
\input{parte-03/01-glosario}
\newpage
%%%%%%%%%% APÊNDICE %%%%%%%%%%
\section*{Apêndice}
\addcontentsline{toc}{section}{\textbf{Apêndice}}
\input{parte-03/02-apendice}
%%%%%%%%%% ANEXO %%%%%%%%%%
\section{Anexo}
\input{parte-03/03-anexo}
\newpage
%%%%%%%%%% ÍNDICE %%%%%%%%%%
\section{Índice}
\input{parte-03/04-indice.tex}
\newpage
%%%%%%%%%% FIM DO DOCUMENTO %%%%%%%%%%
\end{document}