Some changes
Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
parent
b7ff5d61c9
commit
d932e9912c
BIN
report.pdf
BIN
report.pdf
Binary file not shown.
|
|
@ -4,6 +4,6 @@
|
|||
\newcommand{\titulo}{Report Title}
|
||||
\newcommand\data{DATA}
|
||||
\newcommand\autores{Tiago Garcia}
|
||||
\newcommand\autorescontactos{(114184) tiago.rgarcia@ua.pt}
|
||||
\newcommand\autorescontactos{(114184) \href{mailto:tiago.rgarcia@ua.pt}{tiago.rgarcia@ua.pt}}
|
||||
\newcommand\departamento{Dept. de Eletrónica, Telecomunicações e Informática}
|
||||
\newcommand\empresa{Universidade de Aveiro}
|
||||
|
|
|
|||
26
src/main.tex
26
src/main.tex
|
|
@ -2,19 +2,24 @@
|
|||
%! GitHub = https://github.com/TiagoRG
|
||||
|
||||
\documentclass{report}
|
||||
\usepackage[T1]{fontenc} % Fontes T1
|
||||
\usepackage[utf8]{inputenc} % Input UTF8
|
||||
\usepackage[backend=biber, style=ieee]{biblatex} % para usar bibliografia
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[backend=biber, style=ieee]{biblatex}
|
||||
\usepackage{csquotes}
|
||||
\usepackage[portuguese]{babel} %Usar língua portuguesa
|
||||
\usepackage[english]{babel}
|
||||
%\usepackage[portuguese]{babel}
|
||||
\usepackage{blindtext} % Gerar texto automaticamente
|
||||
\usepackage[printonlyused]{acronym}
|
||||
\usepackage{hyperref} % para autoref
|
||||
\usepackage{graphicx}
|
||||
\usepackage{indentfirst}
|
||||
\usepackage{float}
|
||||
\usepackage{fancyhdr}
|
||||
\usepackage{geometry}
|
||||
\usepackage{listings}
|
||||
\usepackage{array}
|
||||
\usepackage{tabularx}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
|
||||
\geometry{
|
||||
paper=a4paper,
|
||||
|
|
@ -22,7 +27,7 @@
|
|||
includefoot
|
||||
}
|
||||
|
||||
\bibliography{bibliography}
|
||||
%\bibliography{bibliography}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
|
@ -61,6 +66,7 @@
|
|||
%% Página de Título %%
|
||||
\title{%
|
||||
{\Huge\textbf{\titulo}}\\
|
||||
\vspace{15mm}
|
||||
{\Large \departamento\\ \empresa}
|
||||
}
|
||||
%
|
||||
|
|
@ -73,7 +79,7 @@
|
|||
%
|
||||
\maketitle
|
||||
|
||||
%\pagenumbering{roman}
|
||||
\pagenumbering{gobble}
|
||||
|
||||
%%%%%% RESUMO %%%%%%
|
||||
\begin{abstract}
|
||||
|
|
@ -98,7 +104,7 @@
|
|||
|
||||
|
||||
%%%%%% INTRODUÇÃO %%%%%%
|
||||
\input{ch/introducao}
|
||||
\input{chap/introducao}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
|
@ -107,14 +113,14 @@
|
|||
|
||||
|
||||
%%%%%% CONCLUSÕES %%%%%%
|
||||
\input{ch/conclusao}
|
||||
\input{chap/conclusao}
|
||||
|
||||
|
||||
%%%%%% ACRÓNIMOS %%%%%%
|
||||
%\input{defs/acronyms}
|
||||
\input{defs/acronyms}
|
||||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\printbibliography
|
||||
%\printbibliography
|
||||
|
||||
\end{document}
|
||||
|
|
|
|||
Loading…
Reference in New Issue