This repository has been archived by the owner on Jul 3, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
86 lines (71 loc) · 2.07 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
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
\documentclass[11pt, a4paper, final]{report}
% \includeonly{text/parte2,text/parte3}
\usepackage[brazil]{babel}
\usepackage[hyphens]{url}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[left=3cm,top=3.6cm,right=2cm,bottom=2cm,%
headheight=1.6cm,%
%includehead,
%includefoot,%
%showframe%
]{geometry}
\usepackage{fancyhdr}
\usepackage{titling}
\usepackage{lastpage}
\usepackage{tabularx}
\usepackage{siunitx}
\usepackage{url}
\usepackage{float}
\usepackage{rotating}
\usepackage{enumitem}
\usepackage{siunitx}
\usepackage{textcomp}
\usepackage{booktabs} % For \toprule, \midrule and \bottomrule
%\usepackage[bottom]{footmisc}
%\usepackage{pgfplotstable} % Generates table from .csv
%\usepackage{csvsimple}
\usepackage{pdfpages}
\usepackage{gnuplot-lua-tikz}
\usepackage[colorlinks,urlcolor=blue,filecolor=black,citecolor=black,linkcolor=black]{hyperref}
\usepackage{multicol}
\usepackage{amssymb}
\usepackage{fancyvrb}
\setitemize{noitemsep}
\setenumerate{noitemsep}
\graphicspath{{images/}}
\title{Relatório de Projetos I}
\DeclareRobustCommand{\authorthing}{
\begin{center}\large
\begin{tabularx}{0.8\textwidth}{Xr}
\emph{Alunos:} & \emph{Matrículas:} \\
Bernardo Bahia Monteiro & 2014013122 \\
Geovana Neves Felix Silva & 2014013220 \\
João de Araújo Cezar & 2014013246 \\
Laura Tameirão Sampaio Rodrigues & 2013025569 \\
Matheus Ladeira Boechat Lemos & 2013025690 \\
Talitha Cruz de Oliveira & 2014013327
\end{tabularx}
\end{center}}
\author{\authorthing}
% Workaround for getting the date in the right language
\DeclareRobustCommand{\datething}{\today}
\date{\datething}
\input{header_and_footer}
\begin{document}
\input{titlepage}
\listoffigures
\listoftables
\tableofcontents
\input{text/intro}
\include{text/parte1}
\include{text/parte2}
\include{text/parte3}
\include{text/parte4}
\nocite{*}
\bibliographystyle{ieeetr}
%\bibliographystyle{apalike}
\bibliography{biblist}
\include{text/anexos}
\end{document}