Some changes

Signed-off-by: TiagoRG <tiago.rgarcia@ua.pt>
This commit is contained in:
Tiago Garcia 2023-12-27 18:23:57 +00:00
parent b7ff5d61c9
commit d932e9912c
Signed by: TiagoRG
GPG Key ID: DFCD48E3F420DB42
5 changed files with 17 additions and 11 deletions

Binary file not shown.

View File

@ -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}

View File

@ -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}