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{\titulo}{Report Title}
\newcommand\data{DATA} \newcommand\data{DATA}
\newcommand\autores{Tiago Garcia} \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\departamento{Dept. de Eletrónica, Telecomunicações e Informática}
\newcommand\empresa{Universidade de Aveiro} \newcommand\empresa{Universidade de Aveiro}

View File

@ -2,19 +2,24 @@
%! GitHub = https://github.com/TiagoRG %! GitHub = https://github.com/TiagoRG
\documentclass{report} \documentclass{report}
\usepackage[T1]{fontenc} % Fontes T1 \usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc} % Input UTF8 \usepackage[utf8]{inputenc}
\usepackage[backend=biber, style=ieee]{biblatex} % para usar bibliografia \usepackage[backend=biber, style=ieee]{biblatex}
\usepackage{csquotes} \usepackage{csquotes}
\usepackage[portuguese]{babel} %Usar língua portuguesa \usepackage[english]{babel}
%\usepackage[portuguese]{babel}
\usepackage{blindtext} % Gerar texto automaticamente \usepackage{blindtext} % Gerar texto automaticamente
\usepackage[printonlyused]{acronym} \usepackage[printonlyused]{acronym}
\usepackage{hyperref} % para autoref \usepackage{hyperref} % para autoref
\usepackage{graphicx} \usepackage{graphicx}
\usepackage{indentfirst} \usepackage{indentfirst}
\usepackage{float} \usepackage{float}
\usepackage{fancyhdr}
\usepackage{geometry} \usepackage{geometry}
\usepackage{listings} \usepackage{listings}
\usepackage{array}
\usepackage{tabularx}
\renewcommand{\familydefault}{\sfdefault}
\geometry{ \geometry{
paper=a4paper, paper=a4paper,
@ -22,7 +27,7 @@
includefoot includefoot
} }
\bibliography{bibliography} %\bibliography{bibliography}
\begin{document} \begin{document}
@ -61,6 +66,7 @@
%% Página de Título %% %% Página de Título %%
\title{% \title{%
{\Huge\textbf{\titulo}}\\ {\Huge\textbf{\titulo}}\\
\vspace{15mm}
{\Large \departamento\\ \empresa} {\Large \departamento\\ \empresa}
} }
% %
@ -73,7 +79,7 @@
% %
\maketitle \maketitle
%\pagenumbering{roman} \pagenumbering{gobble}
%%%%%% RESUMO %%%%%% %%%%%% RESUMO %%%%%%
\begin{abstract} \begin{abstract}
@ -98,7 +104,7 @@
%%%%%% INTRODUÇÃO %%%%%% %%%%%% INTRODUÇÃO %%%%%%
\input{ch/introducao} \input{chap/introducao}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@ -107,14 +113,14 @@
%%%%%% CONCLUSÕES %%%%%% %%%%%% CONCLUSÕES %%%%%%
\input{ch/conclusao} \input{chap/conclusao}
%%%%%% ACRÓNIMOS %%%%%% %%%%%% ACRÓNIMOS %%%%%%
%\input{defs/acronyms} \input{defs/acronyms}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printbibliography %\printbibliography
\end{document} \end{document}