-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
67ba5b3
commit 6b68448
Showing
28 changed files
with
3,528 additions
and
2 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 |
---|---|---|
@@ -1,2 +1,9 @@ | ||
# ifgoiano_ceres_modelo_tc_latex | ||
Modelo de TC do IF Goiano campus Ceres em Latex | ||
# Modelo de TC do IF Goiano câmpus Ceres em Latex | ||
|
||
O arquivo principal do modelo em Latex é o arquivo **tc.tex**, | ||
se possível dê preferência ao editor [TexMaker](http://www.xm1math.net/texmaker). | ||
|
||
A codificação padrão dos arquivos é UTF-8, então tenha cuidado ao utilizar outros editores ou alterá-la. | ||
|
||
Apesar do arquivo principal ser o *tc.tex* o conteúdo do seu TC foi estruturado para ficar dentro do diretório **capitulos**, uma vez que, | ||
os TCs apresentam conteúdo textual muito grande a sugestão aqui é separá-lo em capítulos. |
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,2 @@ | ||
\chapter{TITULO} | ||
\label{anexo:A} |
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,13 @@ | ||
\chapter{Introdução} | ||
\label{capitulo:introducao} | ||
|
||
|
||
|
||
\section{Objetivo Geral} | ||
|
||
|
||
\section{Objetivos específicos} | ||
|
||
\begin{itemize} | ||
\item | ||
\end{itemize} |
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+269 KB
normas/Regulamento_TC_Normas_de_Trabalho_de_Curso_Cmpus_Ceres_FINAL.pdf
Binary file not shown.
Binary file not shown.
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,5 @@ | ||
\begin{agradecimentos} | ||
\normalfont{ | ||
ESCREVER OS AGRADECIMENTOS AQUI | ||
} | ||
\end{agradecimentos} |
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,9 @@ | ||
\begin{dedicatoria} | ||
\vspace*{\fill} | ||
|
||
\hspace{.45\textwidth} | ||
\begin{minipage}{.5\textwidth} | ||
ESCREVER A DEDICATÓRIA AQUI | ||
\end{minipage}% | ||
\end{dedicatoria} | ||
\cleardoublepage |
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,12 @@ | ||
\begin{epigrafe} | ||
\vspace*{\fill} | ||
|
||
\hspace{.45\textwidth} | ||
\begin{minipage}{.5\textwidth} | ||
``ESCREVER A FRASE DO PENSADOR AQUI'' | ||
|
||
\begin{flushright} | ||
ESCREVER O NOME DO PENSADOR AQUI | ||
\end{flushright} | ||
\end{minipage}% | ||
\end{epigrafe} |
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,30 @@ | ||
\begin{fichacatalografica} | ||
\sffamily | ||
\vspace*{\fill} % Posição vertical | ||
\begin{center} % Minipage Centralizado | ||
\fbox{\begin{minipage}[c][8cm]{13.5cm} % Largura | ||
\small | ||
\imprimirautor | ||
%Sobrenome, Nome do autor | ||
|
||
\hspace{0.5cm} \imprimirtitulo / \imprimirautor. -- | ||
\imprimirlocal, \imprimirdata- | ||
|
||
\hspace{0.5cm} \pageref{LastPage} p. : il. (algumas color.) ; 30 cm.\\ | ||
|
||
\hspace{0.5cm} \imprimirorientadorRotulo~\imprimirorientador\\ | ||
|
||
\hspace{0.5cm} | ||
\parbox[t]{\textwidth}{\imprimirtipotrabalho~--~\imprimirinstituicao, | ||
\imprimirdata.}\\ | ||
|
||
\hspace{0.5cm} | ||
1. PALAVRA-CHAVE 1. | ||
2. PALAVRA-CHAVE 2. | ||
2. PALAVRA-CHAVE 3. | ||
I. \imprimirorientador. | ||
II. Instituto Federal Goiano Câmpus Ceres. | ||
IV. TÍTULO AQUI | ||
\end{minipage}} | ||
\end{center} | ||
\end{fichacatalografica} |
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,36 @@ | ||
\pretextual | ||
|
||
\imprimircapa | ||
|
||
\imprimirfolhaderosto* | ||
|
||
%\imprimirFichaCatalografica | ||
|
||
%\imprimirFolhaAprovacao | ||
|
||
\input{./preambulo/dedicatoria.tex} | ||
|
||
\input{./preambulo/agradecimentos.tex} | ||
|
||
\input{./preambulo/epigrafe.tex} | ||
|
||
\input{./preambulo/resumo_lingua_vernacula.tex} | ||
|
||
\input{./preambulo/resumo_lingua_estrangeira.tex} | ||
|
||
%Lista de figuras | ||
\pdfbookmark[0]{\listfigurename}{lof} | ||
\listoffigures* | ||
\cleardoublepage | ||
|
||
%Lista de tabelas | ||
\pdfbookmark[0]{\listtablename}{lot} | ||
\listoftables* | ||
\cleardoublepage | ||
|
||
\input{./preambulo/siglas.tex} %Lista de siglas | ||
|
||
%Sumário | ||
\pdfbookmark[0]{\contentsname}{toc} | ||
\tableofcontents* | ||
\cleardoublepage |
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,9 @@ | ||
\begin{resumo}[Abstract] | ||
\begin{otherlanguage*}{english} | ||
RESUMO EM INGLÊS | ||
|
||
\vspace*{1\onelineskip} | ||
|
||
\textbf{Keywords}: PALAVRA-CHAVE 1. PALAVRA-CHAVE 2. PALAVRA-CHAVE 3. | ||
\end{otherlanguage*} | ||
\end{resumo} |
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,7 @@ | ||
\begin{resumo} | ||
RESUMO EM PORTUGUÊS | ||
|
||
\vspace*{1\onelineskip} | ||
|
||
\textbf{Palavras-chave}: PALAVRA-CHAVE 1. PALAVRA-CHAVE 2. PALAVRA-CHAVE 3. | ||
\end{resumo} |
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,4 @@ | ||
% Lista de abreviaturas e siglas | ||
\begin{siglas} | ||
\item[SIGLA] SIGNIFICADO DA SIGLA | ||
\end{siglas} |
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,2 @@ | ||
% Encoding: UTF-8 | ||
Oops, something went wrong.