-
Notifications
You must be signed in to change notification settings - Fork 0
/
artigo.tex
110 lines (72 loc) · 1.85 KB
/
artigo.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
\documentclass[chapter=TITLE,oneside]{abntex2} % Opções mais comuns: [12pt,openright,twoside,a4paper,brazil]
\titulo{<++>}
\autor{Bruno Braga Montezano}
\data{\today}
\instituicao{<++>}
\local{<++>}
\orientador[<++>]{<++>}
\preambulo{<++>}
\usepackage[backend=biber,style=abnt,uniquename=init,giveninits,repeatfields]{biblatex} % Citações padrão ABNT
\addbibresource{ref.bib}
\usepackage[utf8]{inputenc} % Pacote necessário quando se utiliza pdflatex
\usepackage[T1]{fontenc} % Pacote necessário quando se utiliza pdflatex
\usepackage{indentfirst} % Indenta o primeiro parágrafo de cada seção.
\usepackage{graphicx}
\begin{document}
\imprimircapa
\imprimirfolhaderosto
\tableofcontents
\chapter{<++>}\label{sec:<++>}
\begin{itemize}
\item \textbf{<++>}
\item \textbf{<++>}
\end{itemize}
\begin{resumo}
\noindent
<++>
\vspace{\onelineskip}
\noindent
\textbf{Palavras-chave:} <++>
\end{resumo}
\textual
\chapter{<++>}\label{sec:<++>}
\section{<++>}\label{sec:<++>}
\begin{alineas}
\item <++>
\section{<++>}\label{sec:<++>}
\item <++>
\item <++>
\item <++>
\end{alineas}
\chapter{<++>}\label{sec:<++>}
\begin{alineas}
\item <++>
\item <++>
\item <++>
\end{alineas}
\chapter{<++>}\label{sec:<++>}
\section{<++>}\label{sec:<++>}
<++>
\section{<++>}\label{sec:<++>}
<++>
\section{<++>}\label{sec:<++>}
\subsection{<++>}\label{sec:<++>}
\begin{alineas}
\item <++>
\item <++>
\item <++>
\end{alineas}
\subsection{<++>}\label{sec:<++>}
\begin{alineas}[resume]
\item <++>
\end{alineas}
\section{<++>}\label{sec:<++>}
\subsection{<++>}\label{sec:<++>}
\subsection{<++>}\label{sec:<++>}
<++>
\subsection{<++>}\label{sec:<++>}
<++>
\section{<++>}\label{sec:<++>}
<++>
\printbibliography
\end{document}