Imagine Modelo TCC
Author
Giuliano Robledo Zucoloto Moreira
Last Updated
3年前
License
Creative Commons CC BY 4.0
Abstract
Modelo de TCC para uso nos trabalhos do Grupo de Pesquisas Imagine. Modelo pendente de ajustes.
\documentclass{imagineclasse}
\include{EstruturaTextual/00a_dadosdoTCC}
%\include{EstruturaTextual/00b_agradecimentos}
%\include{EstruturaTextual/00c_dedicatoria}
%\include{EstruturaTextual/00d_epigrafe}
\include{EstruturaTextual/00e_resumoportugues}
\include{EstruturaTextual/00f_resumoinglesabstract}
\input{EstruturaTextual/08_siglas}
\makenoidxglossaries
\begin{document}
\pagestyle{empty}
\capaGeral
\capa
\folhaderosto
\fichacatalografica
\folhadeaprovacao
\thispagestyle{empty}
\cleardoublepage
\formatacaoTexto
\resumo
\myabstract
\renewcommand{\listfigurename}{\normalsize{LISTA DE FIGURAS}}
\renewcommand{\listtablename}{\normalsize{LISTA DE TABELAS}}
\renewcommand{\contentsname}{\normalsize{SUMÁRIO}}
%{\normalsize{LISTA DE ABREVIATURAS E SIGLAS}}
\listoffigures
\thispagestyle{empty}
\cleardoublepage
\listoftables
\thispagestyle{empty}
\cleardoublepage
\renewcommand*{\acronymname}{ABREVIATURAS E SIGLAS}
%\renewcommand*{\glsshowtargetouter}[1]{{\glsshowtargetfont [#1]}}
%\renewcommand*{\glstextformat}[1]{\textsf{#1}}
%\renewcommand*{\glsnamefont}[1]{\textmd{\sffamily #1}}
\setacronymstyle{long-short}
\printnoidxglossary[sort=word]
\printnoidxglossaries
\cleardoublepage
%\renewcommand{\acronymname}{\listadesiglasname}
%\setlength{\glspagelistwidth}{\linewidth}
%\setlength{\glsdescwidth}{\linewidth}
%\renewcommand*{\arraystretch}{1.5}
%\printglossary[type=\acronymtype, style=long]
%\glsresetall
%Formatação dos titulos
\titleformat{\chapter}[hang]
{\normalfont\Large\bfseries}
{\MakeUppercase{}\ \thechapter.}
{.5em}
{\MakeUppercase}
\tableofcontents
\markboth{Sumário}{}
\thispagestyle{empty}
\setpage
\include{EstruturaTextual/01_introducao}
\include{EstruturaTextual/02_basecientifica}
\include{EstruturaTextual/03_basetecnologica}
\include{EstruturaTextual/04_engenharia}
\include{EstruturaTextual/05_resultadosediscussao}
\include{EstruturaTextual/06_conclusao}
\bibliographystyle{ieeetr}
\renewcommand{\bibname}{REFERÊNCIAS}
\bibliography{EstruturaTextual/referencias}
\addcontentsline{toc}{chapter}{Referências}
\thispagestyle{empty}
\part*{Apêndices}
\addcontentsline{toc}{part}{Apêndices}
\folhadeaprovacaoassinada
\atadadefesa
\part*{Anexos}
\addcontentsline{toc}{part}{Anexos}
\capafinal
\end{document}