forked from auyer/IFBtcc
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathifbtcc.tex
201 lines (164 loc) · 5.88 KB
/
ifbtcc.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
%% IFBTcc Latex Template Version
%% based on a fork of : RiSE Latex Template
%%
%% IFBthesis latex template for thesis and dissertations
%% https://github.com/IFBmodels/tcc
%%
%% (c) 2017 Rafael de Campos Passos ([email protected])
%%
%% This document was initially based on RiSE Latex template, from Yguaratã
%% Cerqueira Cavalcanti
%%
%% GENERAL INSTRUCTIONS
%%
%% We strongly recommend you to compile your documents using pdflatex command.
%% It is also recommend use the texlipse plugin for Eclipse to edit your documents.
%%
%% Options for \documentclass command:
%% * Idiom
%% pt - Portguese (default)
%% en - English
%%
%% * Text type
%% bsc - B.Sc. Thesis
%% msc - M.Sc. Thesis (default)
%% qual - PHD qualification (not tested yet)
%% prop - PHD proposal (not tested yet)
%% phd - PHD thesis
%%
%% * Media
%% scr - to eletronic version (PDF) / see the users guide
%%
%% * Pagination
%% oneside - unique face press
%% twoside - two faces press
%%
%% * Line spacing
%% singlespacing - the same as using \linespread{1}
%% onehalfspacing - the same as using \linespread{1.3}
%% doublespacing - the same as using \linespread{1.6}
%%
%% Reference commands. Use the following commands to make references in your
%% text:
%% \figref -- for Figure reference
%% \tabref -- for Table reference
%% \eqnref -- for equation reference
%% \chapref -- for chapter reference
%% \secref -- for section reference
%% \appref -- for appendix reference
%% \axiref -- for axiom reference
%% \conjref -- for conjecture reference
%% \defref -- for definition reference
%% \lemref -- for lemma reference
%% \theoref -- for theorem reference
%% \corref -- for corollary reference
%% \propref -- for proprosition reference
%% \pgref -- for page reference
%%
%% Example: See \chapref{chap:introduction}. It will produce
%% 'See Chapter 1', in case of English language.
%%
%% Citation commands:
%% \citet (from natbib) -- To cite a reference as part of the narrative
%% \citep (from natbib) -- To cite a reference between parenthesis
%% citationblock environment -- To produce direct citation blocks according to the ABNT
\documentclass[pt,twoside,onehalfspacing,bsc]{ifbclass/ifbclass}
\usepackage{colortbl}
\usepackage{color}
\usepackage[table]{xcolor}
\usepackage{microtype}
\usepackage{bibentry}
\usepackage{subfigure}
\usepackage{multirow}
\usepackage{rotating}
\usepackage{booktabs}
\usepackage{pdfpages}
\usepackage{caption}
\usepackage{lipsum}
\usepackage{sectsty}
\usepackage{tikz}
\usepackage{amsmath}
%% Set the language used in your code in the block above
\captionsetup[table]{position=top,justification=centering,width=.85\textwidth,labelfont=bf,font=footnotesize}
\captionsetup[lstlisting]{position=top,justification=centering,width=.85\textwidth,labelfont=bf,font=footnotesize}
\captionsetup[figure]{position=bottom,justification=centering,width=.85\textwidth,labelfont=bf,font=footnotesize}
%% Chapter and (Sub)Section fonts must be same size as text (12)
\sectionfont{\fontsize{12}{15}\selectfont}
\subsectionfont{\fontsize{12}{15}\selectfont}
\subsubsectionfont{\fontsize{12}{15}\selectfont}
%% Change the following pdf author attribute name to your name.
\usepackage[linkcolor=black,
citecolor=black,
urlcolor=black,
colorlinks,
pdfpagelabels,
pdftitle={IFB tcc Template (ABNT)},
pdfauthor={ifb ctag team},
breaklinks=true]{hyperref}
\address{BRASÍLIA}
\universitypt{Instituto Federal de Educação, Ciência e Tecnologia de Brasília, \textit{campus} Taguatinga,}
\universityen{Federal Institute of Brasilia}
\campus{Campus Taguatinga}
\majorfieldpt{Bacharelado em Ciência da Computação}
\majorfielden{Computer Science}
\title{Título do Trabalho }
\date{2017}
\author{Nome completo do Autor}
\adviser{Nome completo do Orientador}
\coadviser{Nome dompleto do co-orientador }
% Macros (defines your own macros here, if needed)
\def\x{\checkmark}
%\let\lstlistoflistings\origlstoflistings
\begin{document}
\frontmatter
\frontpage
\presentationpage
\begin{fichacatalografica}
\FakeFichaCatalografica % Comment this line when you have the correct file
% \includepdf{fig_ficha_catalografica.pdf} % Uncomment this
\end{fichacatalografica}
\banca
\begin{dedicatory}
I dedicate this thesis to all my family, friends and professors who gave me the
necessary support to get here.
\end{dedicatory}
\acknowledgements
\input{text/agradecimentos}
\begin{epigraph}[]{Márcio de Deus}
When one finds a hard problem, the more complicated it is, the more one ought to work towards enlightening it's solution.
\end{epigraph}
\resumo
% Escreva seu resumo no arquivo resumo.tex
{\parindent0pt
\input{text/resumo}
}
\abstract
% Write your abstract in a file called abstract.tex
{\parindent0pt
\input{text/abstract}
}
% List of figures
\listoffigures
% List of Codes
\lstlistoflistings
% List of tables
\listoftables
% List of acronyms
% Acronyms manual: http://linorg.usp.br/CTAN/macros/latex/contrib/acronym/acronym.pdf
\listofacronyms
\input{text/acronyms}
% Summary (tables of contents)
\tableofcontents
\mainmatter
\include{text/introduction}
\include{text/background}
\include{text/desenv}
\include{text/conclusion}
% References
\begin{references}
\bibliography{bib/references}
\end{references}
% Appendix
\theappendix
\include{appendix/mapping-study}
\end{document}