Relatorio Trabalho UPE
Author
Izabel Marília
Last Updated
3 years ago
License
Creative Commons CC BY 4.0
Abstract
Só um template pra trabalhos simples com a logo da UPE - Poli que eu fiz baseado nas informações de um outro template de TCC da UFRPE.
\documentclass[a4paper,11pt]{article}
\usepackage[portuguese]{babel}
\usepackage{pdfpages}
\usepackage{indentfirst}
\usepackage{fancyhdr}
\usepackage[table,xcdraw]{}
\usepackage[justification=centering]{caption}
\usepackage{subcaption}
\usepackage{lastpage}
\usepackage{pstricks}
\usepackage{url}% ou hyperref
\usepackage{multirow}
\usepackage{tabulary}
\usepackage{microtype}% improves the spacing between words and letters
\usepackage{booktabs}% helps you improve the quality of your LaTeX tables
\usepackage{rotfloat}
\usepackage{rotating}
\usepackage[T1]{fontenc}
\usepackage{eurosym}
\usepackage{url}
\usepackage{graphicx} % Para incluir imágenes
\usepackage{wrapfig}
\usepackage{caption}
\usepackage{subcaption}
%\usepackage{pdflscape} % Para entorno landscape y páginas en apaisado
%\usepackage{indentfirst}
%\usepackage[utf8]{inputenc}
%\usepackage[brazil]{babel}
%\usepackage{framed}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{wrapfig}
\usepackage{lipsum}
\usepackage{listings}
\usepackage{color}
\usepackage{indentfirst}
\usepackage{times}
\usepackage{textcomp}
\usepackage{pgfgantt}
\usepackage{lipsum}
% set document font, font sizes, margin dimensions and spacing
\usepackage{fontspec}
\setmainfont{Arial}
\usepackage[top=15mm,bottom=25mm,left=20mm,right=20mm]{geometry}
\usepackage{setspace}\onehalfspacing
\usepackage{titlesec}
\titleformat*{\section}{\Large\bfseries}
\titleformat*{\subsection}{\Large\bfseries}
\titleformat*{\subsubsection}{\Large\bfseries}
\titleformat*{\paragraph}{\Large\bfseries}
\titleformat*{\subparagraph}{\Large\bfseries}
\setlength{\parskip}{0.6em}
\usepackage{pdfpages}
\newif\ifblackandwhite
\blackandwhitetrue
\usepackage{etoolbox}
\usepackage{longtable}%
\AtBeginEnvironment{longtable}{%
\addfontfeature{RawFeature=+tnum;-onum}% <--- requires LuaTeX
}
\usepackage{pdflscape}
%\usepackage[svgnames]{xcolor}
\usepackage{colortbl}%
\newcommand{\myrowcolour}{\rowcolor[gray]{0.925}}
\usepackage{booktabs}
\ifblackandwhite
\newcommand{\cheading}[2]{\textbf{#1\hfill #2}}
\newcommand{\highest}[1]{\textbf{#1}}% == highest score for question
\else
\newcommand{\cheading}[2]{\textcolor{Maroon}{\textbf{#1\hfill #2}}}
\newcommand{\highest}[1]{\textcolor{Maroon}{\textbf{#1}}}%
\fi
\definecolor{mygray}{rgb}{0.4,0.4,0.4}
\definecolor{mygreen}{rgb}{0,0.8,0.6}
\definecolor{myorange}{rgb}{1.0,0.4,0}
\lstdefinestyle{customc}{
belowcaptionskip=1\baselineskip,
breaklines=true,
frame=L,
xleftmargin=\parindent,
language=C,
showstringspaces=false,
basicstyle=\footnotesize\ttfamily,
keywordstyle=\bfseries\color{green!40!black},
commentstyle=\itshape\color{purple!40!black},
identifierstyle=\color{blue},
stringstyle=\color{orange},
numbers=left,
numbersep=12pt,
numberstyle=\small\color{mygray},
}
\lstset{escapechar=@,style=customc}
\newcommand{\HRule}{\rule{\linewidth}{0.5mm}}
%%%%%%%%%%%%%%%%%%%
\renewcommand{\footrulewidth}{1pt}
\lhead[Texto 1]{ Texto 2}
%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\input{sections/title.tex}
\newpage
%\begin{abstract}
%\input{sections/00-resumo.tex}
%\end{abstract}
%INICIO DOS INPUTS%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newpage
\tableofcontents
\newpage
\input{sections/02-objetivos}
\input{sections/01-introducao.tex}
\input{sections/03-metodologia.tex}
\input{sections/04-resultados.tex}
\input{sections/anexos.tex}
%\input{sections/08-dificuldades.tex}
%\input{sections/05-cronograma.tex}
%\input{sections/06-consideracoes.tex}\input{sections/09-parecer.tex}
\renewcommand\refname{Referências Bibliográficas}
%\bibliographystyle{abntex2-alf}
\bibliographystyle{plain}
\bibliography{referencias.bib}
%\listoftodos
\end{document}