%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Template criado a paritr da classe ABNT
%% para uso das monografias de conclusão de curso
%% Maiores informações:
%% Alexandre do Nascimento Silva
%% asilva5@area1.edu.br
%% Lázaro Silva
% lazaro.silva@ifba.edu.br
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[ruledheader,normaltoc,font=plain]{abnt}%abnttoc,indent=firstonly,twoside
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[alf,bibjustif]{abntcite}
\usepackage[ordem=alf,paginas=nao]{tabela-simbolos}
\usepackage{graphicx, subfigure, wrapfig, float}
\usepackage{amsmath, amssymb, amsfonts, amsthm}
\usepackage{caption, multicol, multirow, longtable}
\usepackage{url, cclicenses, lastpage, color, booktabs}
\usepackage[brazil]{babel}
\renewcommand{\theequation}{\arabic{equation}}
%hyperref
\input{others/style}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Dados para elementos pré-textuais
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\nomeCurso}{Elétrica}
\newcommand{\nomeTitulo}{Título do trabalho}
\newcommand{\nomePNAutor}{PrimeiroNome}
\newcommand{\nomeSNAutor}{SobreNome}
\newcommand{\nomePNOrientador}{Pnome}
\newcommand{\nomeSNOrientador}{Snome do orientador}
\newcommand{\nomeOrientador}{\profO\, tit \nomePNOrientador~\nomeSNOrientador}
\newcommand{\nomeAvaliadorUm}{\profO\, tit Membro 01}
\newcommand{\nomeAvaliadorDois}{\profO\ tit, Membro 02}
\newcommand{\localDefesa}{Paulo Afonso}
\newcommand{\anoDefesa}{2017}
\newcommand{\dataAprovacao}{Aprovado em \hspace{2cm}de\hspace{2cm} de \anoDefesa}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Dados para ficha catalográfica
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\codAutor}{C000l}
\newcommand{\nomeIniciais}{ABC}
\newcommand{\palavraChaveUm}{pista1}
\newcommand{\palavraChaveDois}{pista2}
\newcommand{\palavraChaveTres}{pista3}
\newcommand{\CDU}{000.0}
%\hyphenation{a-ca-de-mus-por-tal}
\makeindex
\begin{document}
\input{others/preTE1}
\include{others/dedicatoria}
\include{others/agradecimentos}
\include{others/epigrafe}
\include{others/resumo}
\include{others/abstract}
\input{others/preTE2}
\include{chapters/introduction}
\include{chapters/chapterTwo}
\include{chapters/chapterThree}
%\include{chapters/chapterFour}
\include{chapters/conclusion}
\bibliography{others/references}
\appendix
\include{others/anexo}
\end{titlepage}
\end{document}