-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
56 lines (41 loc) · 1 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
\documentclass[
% % Replace oneside by twoside if you are printing your thesis on both sides
% % of the paper, leave as is for single sided prints or for viewing on screen.
oneside,
% %twoside,
11pt, a4paper,
footinclude=true,
headinclude=true,
cleardoublepage=empty
]{scrbook}
\input{src/0_settings.tex}
\input{src/0_capa.tex}
\begin{document}
\begin{minipage}[t][0pt]{\linewidth}
\umfrontcover
\end{minipage}
\newpage
\begin{minipage}[t][0pt]{\linewidth}
\umtitlepage
\end{minipage}
\pagenumbering{gobble}
\tableofcontents
\listoffigures
\listoftables
\input{src/0_agradecimentos.tex}
\input{src/0_resumo.tex}
\pagenumbering{arabic}
\input{src/1_introducao.tex}
\input{src/2_contextualizacao.tex}
\input{src/3_estadoarte.tex}
\input{src/4_problemas-desafios.tex}
\input{src/5_metodologia.tex}
\input{src/6_arquitetura.tex}
\input{src/7_implementacao.tex}
\input{src/8_demo.tex}
\input{src/9_conclusao.tex}
\newpage
\nocite{*}
\chapter*{Bibliografia}
\printbibliography[heading=none]
\end{document}