-
Notifications
You must be signed in to change notification settings - Fork 0
/
tcc.tex
339 lines (268 loc) · 9.19 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
%% -------------------------------------------------------------------------------------
%% tcc.tex -- MAIN FILE
%% -------------------------------------------------------------------------------------
\documentclass[a4paper,12pt,oneside]{book}
%% -------------------------------------------------------------------------------------
%% PACKAGES
%% -------------------------------------------------------------------------------------
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[brazilian]{babel}
\usepackage[brazilian]{translator}
% Cor
\usepackage[table,dvipsnames]{xcolor}
\usepackage{amsmath} % \begin{align*}
\usepackage{upquote} % trocar aspa por apóstrofo em tt
\usepackage{csquotes} % aspas espertas (?)
\usepackage[font={small,it},labelfont=bf]{caption} % \begin{caption}
\usepackage{subcaption} % \begin{subfigure}
\usepackage{graphicx} % \includegraphics
\usepackage{verbatim} % \begin{comment}
\usepackage{fullpage} % margens menores
\usepackage{indentfirst} % indentação dos 1ºs parágrafos
\usepackage{setspace} % \setstretch
\usepackage{afterpage} % \afterpage
\usepackage{newverbs} % \newverbcommand
\usepackage{tocbibind} % índice certo (c/ lista de figuras)
% \usepackage{layouts} % debug dos tamanhos do documento
% \afterpage http://tex.stackexchange.com/q/88657
% \newminted{cpp}
% [chapter] é para numerar usando o capítulo
\usepackage[chapter]{minted}
% Links azuis
\usepackage[unicode,colorlinks=true,linkcolor=blue]{hyperref}
% Desligando a ligatura do 'fi'
% http://www.latex-community.org/forum/viewtopic.php?f=5&t=953#p13896
\usepackage[babel=true]{microtype}
\DisableLigatures[f]{encoding = *}
% Usa estilo "Natbib" para as referências bibliográficas
\usepackage[backend=biber,bibencoding=utf8,style=numeric-comp,backref=true]{biblatex}
% \makeglossaries
% http://en.wikibooks.org/wiki/LaTeX/Glossary#Using_defined_terms
% sanitize=none: http://tex.stackexchange.com/a/14930/5125
\usepackage[xindy,toc,sanitize=none]{glossaries}
% anotações TODO
\usepackage[colorinlistoftodos,portuguese]{todonotes}
%% -------------------------------------------------------------------------------------
%% CONFIGURATIONS
%% -------------------------------------------------------------------------------------
\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}
%%%%%%%%%%%%%%%%%%%%%
% ???
%%%%%%%%%%%%%%%%%%%%%
% padding de imagens
% \setlength\fboxsep{2mm}
%
% Links só nos primeiros usos de gls etc
% http://tex.stackexchange.com/a/109137/5125
%
% from http://tex.stackexchange.com/q/57151
% \usepackage{accsupp}
% \newcommand{\emptyaccsupp}[1]{\BeginAccSupp{ActualText={}}#1\EndAccSupp{}}
\newcommand{\Oh}{\textup{O}}
\newcommand{\subsubsubsection}[1]{\indent \textbf{#1}}
\newcommand{\glink}[1]{\glslink{#1}{\glsentryname{#1}}}
\newcommand{\glinkpl}[1]{\glslink{#1}{\glsentryplural{#1}}}
\addbibresource{bibliografia.bib}
\loadglsentries{glossario.tex}
\makeglossaries
% Seta pasta de figuras
\graphicspath{{Figures/}{Figures/chap3/}{Figures/chap4/}{Figures/chap5/}}
\includeonly{
Chapters/Chapter0,
Chapters/Chapter1, % 1. Introdução
Chapters/Chapter2, % 2. Histórico
Chapters/Chapter3, % 3. Anatomia do BitTorrent
Chapters/Chapter4, % 4. Ciência da Computação no Transmission
Chapters/Chapter5, % 5. Transmission e o BCC
Chapters/Chapter6, % 6. Comentários Finais
Chapters/Chapter7, % 7. Glossário
Chapters/Chapter8, % 8. Bibliografia
Chapters/Chapter9 % 9. Parte Subjetiva
}
\hypersetup{
colorlinks = true,
citecolor = Sepia
}
% Fonte 'Times' do sistema (mais bonita)
% http://www.tug.org/pracjourn/2006-1/schmidt/schmidt.pdf
\renewcommand{\rmdefault}{ptm}
% cor de fundo do \verb
% http://tex.stackexchange.com/a/120985/5125
\newverbcommand{\bverb}
{\begin{lrbox}{\verbbox}}
{\end{lrbox}\colorbox{gray!30}{\box\verbbox}}
\newverbcommand{\sverb}{\color{Bittersweet}}{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Do manual do todonote
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\todorefs}[1]{
\todo[
color=Orchid,
bordercolor=Plum,
inline
]{#1}
}
\newcommand{\todoquestion}[1]{
\todo[
color=LimeGreen,
bordercolor=OliveGreen,
inline
]{#1}
}
\newcommand{\todoerrors}[1]{
\todo[
color=BrickRed,
bordercolor=BrickRed,
inline
]{#1}
}
\newcommand{\todoimg}[1]{
\missingfigure{#1}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%
% Minted
%%%%%%%%%%%%%%%%%%%%%
% Do manual do minted
\renewcommand\listingscaption{Conteúdo textual}
% \renewcommand\listoflistingscaption{Lista de Códigos-fonte}
% http://tex.stackexchange.com/a/99656/5125
\renewcommand{\listoflistings}{%
\cleardoublepage
\phantomsection
\addcontentsline{toc}{chapter}{\listoflistingscaption}%
\listof{listing}{\listoflistingscaption}%
}
% usando valores predefinidos
% \begin{cppcode}
% template <typename T>
% T id(T value) {
% return value;
% }
% \end{cppcode}
%
%
% sobrescrevendo valores
% \begin{cppcode*} {linenos=false,frame=single}
% template <typename T>
% T id(T value) {
% return value;
% }
% \end{cppcode*}
%
% labels: http://citeseerx.ist.psu.edu/viewdoc/
% download?doi=10.1.1.169.9130&rep=rep1&type=pdf
\newminted{c}{
linenos,
mathescape,
frame=single,
samepage=true,
numbersep=6pt,
baselinestretch=1,
fontfamily=courier,
fontsize=\scriptsize
}
\newmintedfile[cfile]{c}{
linenos,
mathescape,
frame=single,
samepage=true,
numbersep=6pt,
baselinestretch=1,
fontfamily=courier,
fontsize=\scriptsize
}
%% -------------------------------------------------------------------------------------
%% DOCUMENT
%% -------------------------------------------------------------------------------------
\begin{document}
\thispagestyle{empty}
% Numeração das primeiras páginas em números romanos
\frontmatter
\pagenumbering{Roman}
% OBS:
% \clearpage vs \newpage
% http://tex.stackexchange.com/a/45619/5125
%
% \afterpage{\clearpage}
% http://tex.stackexchange.com/q/88657
%%%%%%%%%%%%%%%%%%%%%
% Capa
% https://www.sharelatex.com/blog/2013/08/09/thesis-series-pt5.html
%%%%%%%%%%%%%%%%%%%%%
\begin{titlepage}
\begin{center}
%\addcontentsline{toc}{chapter}{Capa}
\vspace*{1cm}
\Huge
\textbf{Anatomia do BitTorrent}
\vspace{0.5cm}
\LARGE
a Ciência da Computação no Transmission
\vspace{2.5cm}
\textbf{
Paulo Cheadi Haddad Filho \\
Orientador: José Coelho de Pina
}
\vfill
Trabalho de Formatura Supervisionado
\vspace{3.5cm}
\includegraphics[scale=0.1]{logo-ime.png}
\vspace{2cm}
\Large
%Instituto de Matemática e Estatística\\
Universidade de São Paulo\\
São Paulo, 2013
\end{center}
\afterpage{\clearpage}
\end{titlepage}
% Melhor ter fonte menor e espaçamento de linha maior
\setstretch{1.3}
%%%%%%%%%%%%%%%%%%%%%
% Páginas frontais
%%%%%%%%%%%%%%%%%%%%%
% Sumário
\tableofcontents
% Lista de códigos fonte
% \listoflistings
% Lista de figuras
\listoffigures
% Lista de TODOs; descomentar as linhas abaixo caso use \todo's
% \listoftodos
% \todototoc
\afterpage{\clearpage}
%%%%%%%%%%%%%%%%%%%%%
% Conteúdo
%%%%%%%%%%%%%%%%%%%%%
% Tamanhos / Distâncias
% http://tex.stackexchange.com/a/24468/5125
% http://www.las.ic.unicamp.br/pub/ctan/macros/latex/contrib/layouts/layman.pdf
\setlength{\baselineskip}{15pt} % Entre linhas do texto
%\setlength{\parindent}{10pt} % Entre parágrafos
\setlength{\parskip}{15pt} % Entre parágrafos
\setlength{\textfloatsep}{1.25\baselineskip} % Entre floats [t] ou [b] e parágrafos
\setlength{\intextsep}{1.25\baselineskip} % Entre floats [h] e parágrafos
\setlength{\abovecaptionskip}{.3\parskip} % Acima das legendas
\setlength{\belowcaptionskip}{-\baselineskip} % Abaixo das legendas
\addtolength{\belowcaptionskip}{1.2ex}
\setlength{\topsep}{0pt} % Espaço superior de listas 1
\setlength{\partopsep}{-\baselineskip} % Espaço superior de listas 2
\addtolength{\partopsep}{1.2ex}
% Numeração normal em indo-arábico
\mainmatter
% Inclusões dos capítulos
\include{Chapters/Chapter0} % 0. Disclaimer
\include{Chapters/Chapter1} % 1. Introdução
\include{Chapters/Chapter2} % 2. Histórico
\include{Chapters/Chapter3} % 3. Anatomia do BitTorrent
\include{Chapters/Chapter4} % 4. Ciência da Computação no Transmission
\include{Chapters/Chapter5} % 5. Transmission e o BCC
\include{Chapters/Chapter6} % 6. Comentários Finais
\include{Chapters/Chapter7} % 7. Glossário
\include{Chapters/Chapter8} % 8. Bibliografia
\include{Chapters/Chapter9} % 9. Parte Subjetiva
% Espaço no ToC, por estética
% \addtocontents{toc}{\vspace{2em}}
\end{document}