-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
893 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,198 @@ | ||
%% | ||
%% Customizações do abnTeX2 para o IFPI | ||
%% - Com base em customizações feitas pela Universidade Federal do Ceará | ||
%% | ||
%% This work may be distributed and/or modified under the | ||
%% conditions of the LaTeX Project Public License, either version 1.3 | ||
%% of this license or (at your option) any later version. | ||
%% The latest version of this license is in | ||
%% http://www.latex-project.org/lppl.txt | ||
%% and version 1.3 or later is part of all distributions of LaTeX | ||
%% version 2005/12/01 or later. | ||
%% | ||
%% This work has the LPPL maintenance status `maintained'. | ||
%% | ||
%% The Current Maintainer of this work is Rafael M. Lins, [email protected] | ||
%% (maintainer of the original: Luan Falcão Daniel Santos, [email protected]) | ||
%% | ||
%% Further information about abnTeX2 are available on http://abntex2.googlecode.com/ | ||
%% | ||
|
||
% ---------------------------------------------------------- | ||
% Normalização de fontes e tamanhos | ||
% | ||
% Retirado de: https://github.com/marbutto/tcc/blob/master/tcc.cls | ||
% Autor: Matheus Liberatos, [email protected] | ||
% ---------------------------------------------------------- | ||
%\renewcommand{\ABNTEXchapterfont}{\sffamily} | ||
\renewcommand{\ABNTEXchapterfont}{} | ||
\renewcommand{\ABNTEXchapterfontsize}{\normalsize\bfseries} | ||
\renewcommand{\ABNTEXpartfont}{\ABNTEXchapterfont} | ||
\renewcommand{\ABNTEXpartfontsize}{\ABNTEXchapterfontsize} | ||
\renewcommand{\ABNTEXsectionfont}{\ABNTEXchapterfont} | ||
\renewcommand{\ABNTEXsectionfontsize}{\normalsize\bfseries} | ||
\renewcommand{\ABNTEXsubsectionfont}{\ABNTEXsectionfont} | ||
\renewcommand{\ABNTEXsubsectionfontsize}{\normalsize\bfseries} | ||
\renewcommand{\ABNTEXsubsubsectionfont}{\ABNTEXsubsectionfont} | ||
\renewcommand{\ABNTEXsubsubsectionfontsize}{\normalsize\bfseries} | ||
\renewcommand{\ABNTEXsubsubsubsectionfont}{\ABNTEXsubsectionfont} | ||
\renewcommand{\ABNTEXsubsubsubsectionfontsize}{\normalsize\bfseries} | ||
|
||
% ---------------------------------------------------------- | ||
% Normalização de fontes e tamanhos no Sumário, Seções, etc. | ||
% ---------------------------------------------------------- | ||
\renewcommand{\cftsectionfont}{\bfseries} | ||
\renewcommand{\cftsectionpagefont}{\cftsectionfont} | ||
\renewcommand{\cftsubsectionfont}{\normalsize} | ||
\renewcommand{\cftsubsectionpagefont}{\cftsectionfont} | ||
\renewcommand{\cftsubsubsectionfont}{\normalsize} | ||
\renewcommand{\cftsubsubsectionpagefont}{\cftsectionfont} | ||
\renewcommand{\cftparagraphfont}{\normalsize} | ||
\renewcommand{\cftparagraphpagefont}{\cftsectionfont} | ||
\renewcommand{\cftsectionfont}{} % Tira o negrito das seções no sumário. | ||
\renewcommand{\cftsectionpagefont}{\cftsectionfont} % Tira o negrito das seções no sumário. | ||
|
||
|
||
|
||
% ---------------------------------------------------------- | ||
% Pacotes Utilizados | ||
% ---------------------------------------------------------- | ||
\usepackage{float} | ||
\usepackage{graphicx} | ||
|
||
% ---------------------------------------------------------- | ||
% Comandos Novos para os Membros da Banca | ||
% Utilize \membroum{Nome} e \membrodois{Nome} para configurar | ||
% ---------------------------------------------------------- | ||
\newcommand{\membroumname}{Primeiro membro} | ||
\newcommand{\membrodoisname}{Segundo membro} | ||
|
||
% Comandos de dados - Membro da banca um | ||
\providecommand{\imprimirmembroumRotulo}{} | ||
\providecommand{\imprimirmembroum}{} | ||
\newcommand{\membroum}[2][\membroumname] | ||
{\renewcommand{\imprimirmembroumRotulo}{#1} | ||
\renewcommand{\imprimirmembroum}{#2}} | ||
|
||
% Comandos de dados - Membro da banca dois | ||
\providecommand{\imprimirmembrodoisRotulo}{} | ||
\providecommand{\imprimirmembrodois}{} | ||
\newcommand{\membrodois}[2][\membrodoisname] | ||
{\renewcommand{\imprimirmembrodoisRotulo}{#1} | ||
\renewcommand{\imprimirmembrodois}{#2}} | ||
|
||
% ---------------------------------------------------------- | ||
% Alterações da Capa (inclusão do Brasão) | ||
% ---------------------------------------------------------- | ||
\renewcommand{\imprimircapa}{ | ||
\begin{capa} | ||
\center | ||
|
||
% Brasão (mude a escala para diminuir/aumentar) | ||
\begin{figure}[H] | ||
\centering | ||
\includegraphics[scale=0.12]{abntex-ifpi/brasao-brasil.pdf} | ||
\end{figure} | ||
|
||
% Nome da Instituição | ||
{\ABNTEXchapterfont\bfseries{\uppercase{\imprimirinstituicao}\vspace*{3.5cm}}} | ||
|
||
% Autor do Trabalho | ||
{\ABNTEXchapterfont\bfseries\uppercase{\imprimirautor}\vspace*{3.5cm}} | ||
|
||
% Título do Trabalho | ||
{\ABNTEXchapterfont\bfseries\uppercase{\imprimirtitulo}} | ||
\vspace*{\fill} | ||
|
||
% Local e Ano | ||
{\bfseries\imprimirlocal} | ||
\par | ||
{\bfseries\imprimirdata} | ||
|
||
\vspace*{1cm} | ||
\end{capa} | ||
} | ||
|
||
|
||
% ---------------------------------------------------------- | ||
% Folha de Rosto (contracapa) | ||
% ---------------------------------------------------------- | ||
\makeatletter | ||
|
||
\renewcommand{\folhaderostocontent}{ | ||
\begin{center} | ||
{\ABNTEXchapterfont\uppercase{\imprimirautor}} | ||
|
||
\vspace*{3.5cm} | ||
|
||
{\ABNTEXchapterfont\uppercase{\imprimirtitulo}} | ||
|
||
\vspace*{\fill} | ||
|
||
\abntex@ifnotempty{\imprimirpreambulo}{ | ||
\hspace{.45\textwidth} | ||
\begin{minipage}{.5\textwidth} | ||
\SingleSpacing | ||
\imprimirpreambulo | ||
\end{minipage} | ||
} | ||
|
||
\abntex@ifnotempty{\imprimirorientador}{ | ||
\hspace{.45\textwidth} | ||
\begin{minipage}{.5\textwidth} | ||
\SingleSpacing | ||
\textbf{Orientador:} \imprimirorientador | ||
\end{minipage} | ||
\vspace*{\fill} | ||
} | ||
|
||
\vspace*{\fill} | ||
{\imprimirlocal} | ||
\par | ||
{\imprimirdata} | ||
\vspace*{1cm} | ||
\end{center} | ||
} | ||
|
||
\makeatother | ||
|
||
% ---------------------------------------------------------- | ||
% Folha de Aprovação | ||
% ---------------------------------------------------------- | ||
\newcommand{\imprimirfolhadeaprovacao}{ | ||
\begin{folhadeaprovacao} | ||
\begin{center} | ||
{\ABNTEXchapterfont\uppercase{\imprimirautor}} | ||
\vspace*{\fill} | ||
|
||
\vspace*{\fill} | ||
{\ABNTEXchapterfont\uppercase{\imprimirtitulo}} | ||
\vspace*{\fill} | ||
|
||
\hspace{.45\textwidth} | ||
\begin{minipage}{.5\textwidth} | ||
\imprimirpreambulo | ||
\end{minipage} | ||
\vspace*{\fill} | ||
\end{center} | ||
|
||
Aprovado em | ||
|
||
\begin{center} | ||
Banca Examinadora | ||
\end{center} | ||
|
||
\assinatura{\textbf{Orientador} \\ \textbf{\imprimirorientador} \\ Instituto Federal de Educação, Ciência e Tecnologia do Piauí - IFPI} | ||
\assinatura{\textbf{1\textsuperscript{o} Examinador} \\ \textbf{\imprimirmembroum} \\ Instituto Federal de Educação, Ciência e Tecnologia do Piauí - IFPI} | ||
\assinatura{\textbf{2\textsuperscript{o} Examinador} \\ \textbf{\imprimirmembrodois} \\ Instituto Federal de Educação, Ciência e Tecnologia do Piauí - IFPI} | ||
|
||
\begin{center} | ||
\vspace*{\fill} | ||
{\imprimirlocal} | ||
\par | ||
{\imprimirdata} | ||
\vspace*{1cm} | ||
\end{center} | ||
|
||
\end{folhadeaprovacao} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
% --- | ||
% PACOTES | ||
% --- | ||
|
||
% --- | ||
% Pacotes fundamentais | ||
% --- | ||
%\usepackage{lmodern} % Usa a fonte Latin Modern | ||
\usepackage{mathptmx} % Usa a fonte Times New Roman | ||
\usepackage[T1]{fontenc} % Selecao de codigos de fonte. | ||
\usepackage[utf8]{inputenc} % Codificacao do documento (conversão automática dos acentos) | ||
\usepackage{indentfirst} % Indenta o primeiro parágrafo de cada seção. | ||
\usepackage{nomencl} % Lista de simbolos | ||
\usepackage{color} % Controle das cores | ||
\usepackage{graphicx} % Inclusão de gráficos | ||
\usepackage{microtype} % para melhorias de justificação | ||
\usepackage{lastpage} % Dá acesso ao número da última página do documento | ||
\usepackage{booktabs} % Comandos para tabelas | ||
\usepackage{verbatim} % Texto é interpretado como escrito no documento | ||
\usepackage{multirow, array} % Múltiplas linhas e colunas em tabelas | ||
\usepackage[hyphenbreaks]{breakurl} | ||
\usepackage[num]{abntex2cite} % Citações numéricas | ||
\citebrackets[] % Coloca os números entre colchetes ao invés de parenteses | ||
\usepackage{abntex-ifpi/abntex-ifpi} % Modificações do ABNTeX para o IFPI | ||
% --- | ||
|
||
% --- | ||
% Pacotes de citações | ||
% --- | ||
\usepackage[brazilian,hyperpageref]{backref} % Paginas com as citações na bibliografia | ||
%\usepackage[alf]{abntex2cite} % Citações padrão ABNT | ||
% --- | ||
|
||
% --- | ||
% Configurações do pacote backref | ||
% Usado sem a opção hyperpageref de backref | ||
%\renewcommand{\backrefpagesname}{Citado na(s) página(s):~} | ||
% Texto padrão antes do número das páginas | ||
%\renewcommand{\backref}{} | ||
% Define os textos da citação | ||
%\renewcommand*{\backrefalt}[4]{ | ||
% \ifcase #1 % | ||
% Nenhuma citação no texto.% | ||
% \or | ||
% Citado na página #2.% | ||
% \else | ||
% Citado #1 vezes nas páginas #2.% | ||
% \fi}% | ||
% --- |
Oops, something went wrong.