-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTCC.tex
379 lines (281 loc) · 10.4 KB
/
TCC.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
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass[a4paper, 12pt]{article}
\usepackage[T1]{fontenc} % Selecao de codigos de fonte.
\usepackage[utf8]{inputenc} % Codificacao do documento (conversão automática dos acentos)
\usepackage{indentfirst} % Indenta o primeiro parágrafo de cada seção.
\setlength{\parindent}{1.0cm} % 1.0 cm de paragrafo
\usepackage{nomencl} % Lista de abreviaturas e siglas
\makenomenclature
\usepackage{color} % Controle das cores
\usepackage{graphicx} % Inclusão de figuras
\usepackage{subfigure} % Inclusão de subfiguras
\usepackage{microtype} % Para melhorias de justificação
\usepackage[brazil]{babel} % Linguagem do documento
\usepackage{amsmath, amsfonts, amssymb} % Pacotes de funções extras de matemática
\usepackage[colorinlistoftodos]{todonotes}
\usepackage[left = 3cm, right = 2cm, top = 3cm, bottom = 2cm, headsep = 0.5cm, footskip = 1cm]{geometry}
%\usepackage[version=3]{mhchem} % Package for chemical equation typesetting. \ce{equation}
%\usepackage{siunitx} % Provides the \SI{}{} and \si{} command for typesetting SI units
\usepackage[font=small,labelfont=bf]{caption} % Custom captions under/above floats in tables or figures
\usepackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text
\usepackage{titling} % Customizing the title section
\usepackage{blindtext} % Package to generate dummy text throughout this template
\usepackage{float} %
\usepackage{epigraph} % Colocar epígrafos
\usepackage{rotating}
\usepackage{natbib}
\setcitestyle{authordata, round, citesep={semicolon}, aysep={,}, yysep={&}}
%\usepackage[alf, abnt-and-type=e]{abntex2cite}
%\citeoption{abnt-etal-cite=3}
\usepackage{fancyhdr} % Modificar Cabeçalho e Rodapé
\usepackage{setspace} % espacamento entre linhas
\onehalfspacing % padrao 1.5 de espacamento entre linhas
\setstretch{1.5}
%----------------------------------------------------------------------------------------
% Definir Qual Fonte de Texto Usar no Documento
%----------------------------------------------------------------------------------------
\usepackage{helvet}
\renewcommand{\familydefault}{\sfdefault}
%\usepackage{lmodern} % Usa a fonte Latin Modern
%\usepackage{Arial} % Uncomment to use the Arial font
%\usepackage{times} % Uncomment to use the Times New Roman font
%\usepackage[sc]{mathpazo} % Use the Palatino font
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% Hiperlinks
%----------------------------------------------------------------------------------------
\usepackage[breaklinks = true]{hyperref} % Fazer um e-book
\usepackage{url} % Colocar links
\usepackage{xcolor}
\hypersetup{
colorlinks,
linkcolor={black},
citecolor={black},
urlcolor={black}
}
% Fazer sumir aquelas bordas zuadas nos hiperlinks, pode mudar as cores de tudo!
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% Modificar os titulos
%----------------------------------------------------------------------------------------
\usepackage{titlesec} % Allows customization of titles
\titleformat{\chapter}[block]{\LARGE\bfseries\centering}{\thechapter.}{0.5em}{} % Change the look of the section titles
\titlespacing{\chapter}{0pt}{*-4}{*2}
%\renewcommand\thesection{\Roman{section}} % Roman numerals for the sections
%\renewcommand\thesubsection{\roman{subsection}} % roman numerals for subsections
\titleformat{\section}[block]{\large\scshape\bfseries\flushleft}{\thesection.}{1em}{} % Change the look of the section titles
%\titleformat{\subsection}[block]{\large}{\thesubsection.}{1em}{} % Change the look of the subsection titles
%----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% TITLE SECTION
%----------------------------------------------------------------------------------------
\usepackage{fancyhdr} % Headers and footers
\fancypagestyle{formato}{
\lhead{\leftmark}
\chead{\empty}
\rhead{\empty}
\lfoot{\empty}
\cfoot{\thepage}
\rfoot{\empty}
}
\fancypagestyle{referencias}{
\lhead{REFERÊNCIAS}
\chead{\empty}
\rhead{\empty}
\lfoot{\empty}
\cfoot{\thepage}
\rfoot{\empty}
}
%----------------------------------------------------------------------------------------
% Coisas que a Cano colocou que eu não entendo
%----------------------------------------------------------------------------------------
\newcommand{\R}{\mathbb{R}}
\newcommand{\N}{\mathbb{N}}
%\pagestyle{empty}
\def\linha#1{%
\hbox to \hsize{%
\vbox{\centering #1}}%
\vspace{4mm}}
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% Capa do TCC
%----------------------------------------------------------------------------------------
\begin{titlepage}
\thispagestyle{empty}
\begin{center}
\linha{{\large {UNIVERSIDADE FEDERAL DE SÃO PAULO}}}
\linha{{\large {INSTITUTO DE CIÊNCIA E TECNOLOGIA}}}
\linha{{\large {GRADUAÇÃO EM ENGENHARIA BIOMÉDICA}}}
\vspace{30mm}
\linha{\large NOME COMPLETO}
\vspace{30mm}
\linha{\bf \large TITULO DO TRABALHO}
\vspace{10mm}
\end{center}
\vfill
\linha{São José dos Campos, SP}
\linha{\large 2019}
\end{titlepage}
\begin{titlepage}
\thispagestyle{empty}
\begin{center}
\linha{{\large {UNIVERSIDADE FEDERAL DE SÃO PAULO}}}
\linha{{\large {INSTITUTO DE CIÊNCIA E TECNOLOGIA}}}
\linha{{\large {GRADUAÇÃO EM ENGENHARIA BIOMÉDICA}}}
\vspace{50mm}
\linha{\bf \large TITULO DO TRABALHO}
\vspace{25mm}
\end{center}
\begin{flushright}
\begin{minipage}{.60\linewidth}
\textbf{Aluno:} NOME COMPLETO \\
\textbf{Orientador:} NOME COMPLETO DO ORIENTADOR\\
\end{minipage}
\begin{minipage}{.60\linewidth}
\vspace{8mm}
Trabalho de Conclusão de Curso apresentado ao Instituto de Ciência e Tecnologia da Universidade Federal de São Paulo como requisito parcial para obtenção do título de Graduação em Engenharia Biomédica.
\vspace{0.5 cm}
\end{minipage}
\end{flushright}
\vfill
\linha{São José dos Campos, SP}
\linha{\large 2019}
\end{titlepage}
\onehalfspacing
\begin{titlepage}
\linha{\large NOME COMPLETO}
\vspace{20mm}
\linha{\bf \large TITULO DO TRABALHO}
\vspace{15mm}
\begin{flushright}
\begin{minipage}{.50\linewidth}
Trabalho de Conclusão de Curso apresentado ao Instituto de Ciência e Tecnologia da Universidade Federal de São Paulo como requisito parcial para obtenção do título de Graduação em Engenharia Biomédica.
\vspace{0.5 cm}
\end{minipage}
\end{flushright}
\vspace{15mm}
\begin{flushleft}
\begin{minipage}{.50\linewidth}
Aprovado em: \line(40,0){22}/\line(40,0){22}/\line(40,0){22}\\
\end{minipage}
\end{flushleft}
\vspace{5mm}
\begin{center}
\line(40,0){300}\\
NOME COMPLETO DO ORIENTADOR - Universidade Federal de São Paulo\\
\vspace{10mm}
\line(40,0){300}\\
BANCA 1 - Universidade Federal de São Paulo\\
\vspace{10mm}
\line(40,0){300}\\
BANCA 2 - Universidade Federal de São Paulo
\end{center}
\vfill
\linha{São José dos Campos, SP}
\linha{\large 2019}
\end{titlepage}
% \newpage
% \setcounter{page}{2}
% \thispagestyle{empty}
% \vspace*{\fill}
\thispagestyle{empty}
\epigraph{Eu não tenho sonhos, eu tenho objetivos.}{Harvey Specter}
\epigraph{Se você não é nada sem o traje, então não deveria usá-lo.}{Tony Stark}
\newpage
\thispagestyle{empty}
\begin{center}
\section*{AGRADECIMENTOS}
\end{center}
\onehalfspacing
Espaço para agradecimentos e dedicatórias.
\newpage
\thispagestyle{empty}
\begin{center}
\section*{RESUMO}
\end{center}
\blindtext
\textbf{Palavras-chave: }
\newpage
\thispagestyle{empty}
\begin{center}
\section*{ABSTRACT}
\end{center}
\blindtext
\textit{\textbf{Keywords:} }
\newpage
\pagestyle{empty}
\begin{center}
\renewcommand\listfigurename{LISTA DE FIGURAS}
\listoffigures
\end{center}
\newpage
\begin{center}
\renewcommand\listtablename{LISTA DE TABELAS}
\listoftables
\end{center}
\newpage
\begin{center}
\renewcommand{\nomname}{LISTA DE ABREVIAÇÕES}
\printnomenclature
%\textcolor{red}{Digitar isso no terminal: \\ makeindex TCC.nlo -s nomencl.ist -o TCC.nls}
\end{center}
\newpage
\begin{center}
\renewcommand\contentsname{SUMÁRIO}
\tableofcontents
\end{center}
\clearpage
\pagestyle{formato}
\pagebreak
\pagenumbering{arabic}
\setcounter{page}{12}
\section{INTRODUÇÃO}
\Blindtext
\newpage
\section{FUNDAMENTAÇÃO TEÓRICA}
\blindtext[5]
\subsection{subseção 1}
\Blindtext \cite{Haacke:1999, Landini:2005, Lauterbur:1973, Polli:2010}
\subsubsection{subsubseção 1}
\Blindtext \cite{Bloch:1946, Graaf:2001}.
\subsection{subseção 2}
\blindtext[5]
\subsubsection{subsubseção 2}
\blindtext[5]
\newpage
\section{OBJETIVO}
\blindtext \cite{Atkins:2012, Gonzalez:2007}
\newpage
\section{METODOLOGIA}
\blindtext
Imagens de ressonância magnética de um paciente que teve episódios de \textit{Status Epilepticus} (SE)\nomenclature{\textbf{SE}}{\textit{status epilepticus}} são mostrados na Figura \ref{Fig:hipocampos}
\begin{figure}[H]
\centering
\includegraphics[scale=0.5]{Hipocampos.PNG}
\caption{Cortes coronais evidenciando os hipocampos. Fonte: Autor.}
\label{Fig:hipocampos}
\end{figure}
\Blindtext
\pagebreak
\newpage
\section{RESULTADOS E DISCUSSÕES}
\label{Sec:Res_Dis}
\Blindtext
\pagebreak
\newpage
\section{CONCLUSÃO}
\blindtext
\pagebreak
\singlespacing
\addcontentsline{toc}{section}{REFERÊNCIAS}
\bibliographystyle{plainnat} % inserir referencias bibliograficas
\pagestyle{referencias}
\nocite{Prince:2014, Purcell:1946, Theodoridis:2009}
\bibliography{Ref_TCC}
%\newpage
%\addcontentsline{toc}{section}{ANEXO I}
%\section*{ANEXO I}
\end{document}