Template PROFICAM (Versão atualizada 2024)
Author
Gabriel Garcia, Filipe Rocha e Paula Cintra
Last Updated
4달 전
License
Creative Commons CC BY 4.0
Abstract
Template para dissertação, qualificação e demais relatórios oficiais do Proficam.
%% TEMPLATE DE DOCUMENTOS - PROFICAM
%% Ouro Preto - Julho de 2019
%% MUDAR VERSÃO PARA 2019 NO OVERLEAF: MENU > TeX Live Version > 2019
%% https://pt.overleaf.com/blog/new-feature-select-your-tex-live-compiler-version
%% Arquivo baseado originalmente no Template da Coppe/UFRJ. Todos os
%% direitos de terceiros reservados reservados.
%%
%____________________________*****IMPORTANTE******____________________________
% Selecionar a classe do Documento em \documentclass de acordo com o tipo do documento:
%\documentclass[projetopesquisa,numbers]{proficam}_____ Para Projeto de Pesquisa
% \documentclass[examequalificacao,numbers]{proficam}___PARA EXAME DE QUALIFICAÇÃO
% \documentclass[relatoriopesquisa,numbers]{proficam}___PARA RELATÓRIO DE PESQUISA
%\documentclass[dissertacao,numbers]{proficam}_____ Para Dissertação
%______________********VERIFICAR RECOMENDAÇÃO ACIMA*********__________________
\documentclass[dissertacao,numbers]{proficam}
\usepackage[utf8]{inputenc}
\usepackage{amsmath,amssymb}
\usepackage{hyperref}
\usepackage{afterpage}
\usepackage{acro}
\usepackage{xcolor}
\usepackage[font=small,labelfont=bf]{caption}
\captionsetup[figure]{font=small,labelfont=small,justification=centering}
\captionsetup[table]{font=small,labelfont=small,justification=justified}
\input{support/acro.tex}
\usepackage{indentfirst}
\usepackage{mathptmx} %para Times Roman
\setlength{\parindent}{1.25cm}
\usepackage{titlesec}
\titlelabel{\thetitle\quad}
% INFORMAÇÕES INICIAIS
\begin{document}
\title{INSERIR TÍTULO DO TRABALHO}
\foreigntitle{Thesis Title} %Inserir título em inglês
\author{Nome do Autor(a)}{Sobrenome}
\advisor{Prof.}{Nome do Primeiro Orientador}{Sobrenome}{D.Sc.}
\advisor{Prof.}{Nome do Segundo Orientador}{Sobrenome}{Ph.D.}
%% FICHA DE AVALIAÇÃO
%% A ficha de avaliação deve aparecer apenas nos documentos de EXAME DE QUALIFICAÇÃO E DISSERTAÇÃO
\examiner{Prof.}{Nome do Primeiro Examinador Sobrenome}{D.Sc.}
\examineraffiliation{Orientador}{Univesidade Federal de Ouro Preto}{UFOP}
\examiner{Prof.}{Nome do Segundo Examinador Sobrenome}{Ph.D.}
\examineraffiliation{Membro Interno}{Univesidade Federal de Ouro Preto}{UFOP}
\examiner{Prof.}{Nome do Terceiro Examinador Sobrenome}{D.Sc.}
\examineraffiliation{Membro Interno}{Univesidade Federal de Ouro Preto}{UFOP}
\examiner{Prof.}{Nome do Quarto Examinador Sobrenome}{Ph.D.}
\examineraffiliation{Membro Externo}{Univesidade Federal de Campina Grande}{UFCG}
\examiner{Prof.}{Nome do Quinto Examinador Sobrenome}{Ph.D.}
\examineraffiliation{Membro Externo}{Univesidade Federal de Santa Catarina}{UFSC}
%DADOS DA LINHA DE PESQUISA
\Macrotema{Inserir MacroTema}
\Macrotheme{Insert Macrotheme}
\TemadePesquisa{Inserir Tema de Pesquisa}
\Researchtheme{Insert theme}
\LinhadePesquisa{Inserir Linha de Pesquisa}
\Researchline{Insert Reaserch Line}
\AreaRelacionadaVale{(Quando for o caso)}
\RelatedAreaVale{(when applicable)}
\department{DECAT}
\date{01}{2024}
\diadefesa{01}
%Definição das palavras chave
\palavraChavei{palavra1}
\palavraChaveii{palavra2}
\palavraChaveiii{palavra3}
\palavraChaveEni{key1}
\palavraChaveEnii{key2}
\palavraChaveEniii{key3}
\maketitle
% \afterpage{\blankpage}
\frontmatter
\include{cap/dedic}
\include{cap/thanks}
\include{cap/epigrafe}
\include{cap/resumo}
\include{cap/abstract}
\listoffigures
\listoftables
\listofabbrev
\listofnomencl
\renewcommand*\contentsname{\vspace*{-3cm}\begin{center} \large SUM\'{A}RIO\end{center}}
\tableofcontents
%\printlosymbols
%\printloabbreviations
\mainmatter
% ---- Adicione aqui seus capítulos ---------
\include{cap/chap01}
\include{cap/chap02}
\include{cap/chap03}
\include{cap/chap04}
\include{cap/chap05}
\include{cap/chap06}
\include{cap/chap07}
\include{cap/chap08}
\include{cap/chap09}
%--------------------------------------------
\backmatter
\bibliographystyle{coppe-unsrt}
\bibliography{support/referencias}
%------adicione aqui os Apendices-----------
\chapter*{\vspace*{\fill}\begin{center}\large APÊNDICES\end{center}\vspace*{\fill}}
\appendix
\addcontentsline{toc}{chapter}{APÊNDICES}%
\include{cap/appenA}
%------adicione aqui os ANEXOS-----------
\chapter*{\vspace*{-3cm}\begin{center}\large ANEXO\end{center}}
\addcontentsline{toc}{chapter}{ANEXOS}%
\include{cap/anexoA}
\end{document}