Modelo TCC Especialização em Matematica IFG
Author
Thiago VedoVatto
Last Updated
3 years ago
License
Creative Commons CC BY 4.0
Abstract
Template para submissão de trabalhos na especialização em LaTeX no IFG.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Documento Principal da Monografia de Especialização em Matemática do IFG (modelo)
% Modificado em: 18/04/2015
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% Preamble
\documentclass[a4paper,12pt,brazil, openbib]{tese}
\usepackage[brazil]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenx}
\usepackage{amssymb,pdfpages,setspace}
%\usepackage{txfonts}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage{mathrsfs}
\usepackage{ntheorem}
\usepackage{srcltx}
\usepackage{makeidx}
\setlength{\oddsidemargin}{0.46cm}
\setlength{\textwidth}{15.50cm}
\setlength{\topmargin}{-0.79cm}
\setlength{\headheight}{0.75cm}
\setlength{\headsep}{0.50cm}
\usepackage{cite}
\bibliographystyle{ieeetr}
%\usepackage{chicago}
%\bibliographystyle{chicago}
\setlength{\textheight}{24.20cm}
\setlength{\parindent}{1.0cm}
\renewcommand{\baselinestretch}{1.5}
\newcommand {\cqd}{\hfill $\blacksquare$ \vspace{0.5cm}}
\pagestyle{headings}
\newtheorem{theorem}{Teorema}[section]
\newtheorem{claim}[theorem]{Afirmação}
\newtheorem{corollary}[theorem]{Corolário}
\newtheorem{observation}[theorem]{Observação}
\newtheorem{definition}[theorem]{Definição}
\newtheorem{example}[theorem]{Exemplo}
\newtheorem{lemma}[theorem]{Lema}
\newtheorem{proposition}[theorem]{Proposição}
\newtheorem{remark}[theorem]{Observação}
\newtheorem{note}[theorem]{Nota}
\newenvironment{proof}[1][Demonstração]{\textbf{#1: }}{\ \rule{0.2cm}{0.2cm}}
%\includeonly{ApendiceA}
\makeindex
\newcommand{\nomealuno}{Nome do Aluno}
\newcommand{\titulotrabalho}{Título do Trabalho}
\begin{document}
\pagestyle{myheadings}
\include{Capa}
\renewcommand{\baselinestretch}{1.2}
\tableofcontents
%Acrescenta uma entrada no bookmark para o sumário.
\listoffigures %inclui lista de tabelas
\listoftables %inclui lista de figuras
%\include{notaçoes}
\include{Introducao}
\include{Capitulo1}
\include{Capitulo2}
%\include{Capitulo3}
\include{ApendiceA}
%\backmatter
%\include{ApendiceB}
%\include{indicealfabetico}
\bibliography{Refer}
%\include{Refer}
\printindex % inclui índice remissivo
\end{document}