-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
32 lines (29 loc) · 1.06 KB
/
main.tex
File metadata and controls
32 lines (29 loc) · 1.06 KB
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
\documentclass[12pt, a4paper]{article}
\usepackage[style=abnt]{biblatex}
\addbibresource{bibliografia.bib}
\usepackage[utf8]{inputenc} % Pacote para acentuação
\usepackage{csquotes}
\usepackage[portuguese,brazilian]{babel}
\usepackage[lmargin=3cm,tmargin=3cm,rmargin=2cm,bmargin=2cm]{geometry} % Formato que lembra a ABNT
\usepackage[T1]{fontenc} % Ajusta o texto que vem de outras fontes
\usepackage{amsmath,amsthm,amsfonts,amssymb,dsfont,mathtools,blindtext} % Pacotes matemáticos
\usepackage{blindtext} % Texto aleatório
\usepackage{graphicx} % images
\usepackage{indentfirst}
\usepackage{booktabs, multirow} % For borders and merged ranges
\usepackage{soul} % For underlines
\usepackage[table]{xcolor} % For cell colors
\usepackage{changepage,threeparttable} % For wide tables
\usepackage{caption}
\usepackage{float}
\begin{document}
\include{0_capa}
\include{0_sumario}
\include{1_objetivos}
\include{2_resumo}
\include{3_fundamentosTeoricos}
\include{4_procedimentoExperimental}
\include{5_resultadosEDiscussao}
\include{6_conclusao}
\include{7_referencias}
\end{document}