PROFMAT - UFPB - Template
Author
Jairo Rocha de Faria
Last Updated
2 years ago
License
Creative Commons CC BY 4.0
Abstract
Modelo para dissertação de Mestrado do PROGRAMA EM MATEMÁTICA EM REDE NACIONAL (PROFMAT) - UNIVERSIDADE FEDERAL DA PARAÍBA
Modelo para dissertação de Mestrado do PROGRAMA EM MATEMÁTICA EM REDE NACIONAL (PROFMAT) - UNIVERSIDADE FEDERAL DA PARAÍBA
%===================================
%\documentclass[12pt,a4paper,dvips,pdftex]{report}
\documentclass[12pt,a4paper]{report}
% ==================================
%====================
% inserção de pacotes
%====================
%============================================================================
\usepackage{amsmath,amsbsy,amsfonts,amssymb}
\usepackage[brazilian]{babel}
\usepackage[utf8]{inputenc}
%\usepackage[normalem]{ulem}
\usepackage[T1]{fontenc} % pacote para hifenizar corretamente
\usepackage{fancyhdr} % pacote para personalizacao de cabecalho e rodape
\usepackage{geometry}
\usepackage[dvips]{color}
\usepackage{indentfirst}
\usepackage{makeidx} % índice
%\usepackage{hyperref}
%\hypersetup{colorlinks=false}
\makeindex
\usepackage{graphicx}
%============================================================================
%========
% medidas
%========
%===========================================================
\setlength{\topmargin}{.6cm}
\setlength{\textwidth}{15.0cm}\setlength{\textheight}{21cm}
\def\thend{\rule{2mm}{2mm}}
\geometry{textwidth=16.0cm,textheight=21cm}
%===========================================================
%===================
% cabeçalho e rodapé
%===================
%======================================================
\setlength{\headheight}{15.04742pt}
%\setlength{\textwidth}{15.0cm} % largura da texto
\pagestyle{fancy}
%%%\fancyhead[RO,RE]{\textit\nouppercase}
\renewcommand{\headrulewidth}{0.4pt}
%======================================================
%========================
% numeração sequencial de
%========================
%=============================================
\newtheorem{teorema}{Teorema}[chapter]
\newtheorem{conjectura}{Conjectura}[chapter]
\newtheorem{afirmacao}{Afirma\c c\~ao}[chapter]
\newtheorem{proposicao}{Proposi\c c\~ao}[chapter]
\newtheorem{lema}{Lema}[chapter]
\newtheorem{corolario}{Corol\'ario}[chapter]
\newtheorem{observacao}{Observa\c c\~ao}[chapter]
\newtheorem{definicao}{Defini\c c\~ao}[chapter]
%=============================================
%=========================
% ambiente de demonstração
%=========================
%==================================================================================
\newenvironment{prova}[1][Prova]{\noindent\textbf{#1: }}{\hfill \blacksquare \rule{0.5em}{0.5em}}
\newenvironment{exemplo}{\noindent{\bf Exemplo:}}{$\diamond$}
%\newenvironment{demonstracao}{\noindent{\bf Demonstra\c c\~ao:}}{\hskip.3cm\thend}
\newenvironment{dem}{\noindent{\bf Demonstra\c c\~ao:}}{\hfill\thend}
%==================================================================================
%====================
% Comandos Utilizados
%====================
%====================================
\def\R{\mathbb{R}}
\def\N{\mathbb{N}}
\def\eps{\varepsilon}
\pretolerance=10000
\begin{document}
\pagestyle{empty}
\include{Capa}
\include{Agradecimentos}
\include{Dedicatoria}
\include{Resumo}
\include{Abstract}
\tableofcontents % Sumário
%\listoffigures % Lista das figuras
%\listoftables % Lista das tabelas
%====================
\pagestyle{fancy}
%\include{Notacoes}
%\pagenumbering{arabic}
\include{Introducao}
\include{Capitulo1}
\include{Capitulo2}
\include{Capitulo3}
\include{Capitulo4}
%%============================
%Caso use bibitem:
%retirar o comentário de %\include{Referencias}
%colocar as referências no arquivo Referencias.tex e comentar \bibliographystyle{}(apropriado) e \bibliography{Bibliografia}
%\include{Referencias}
%%============================
%Caso usem bibtex, comentar o arquivo %\include{Referencias} e retirar o comentário de \bibliography{Bibliografia} e do estilo utilizado %\bibliographystyle{abbrv}
\bibliographystyle{abbrv}
%\bibliographystyle{apalike}
%\bibliographystyle{acm}
%\bibliographystyle{alpha}
%\bibliographystyle{ieeetr}
%\bibliographystyle{plain}
%\bibliographystyle{siam}
%\bibliographystyle{unsrt}
\bibliography{Bibliografia}
\include{Apendice}
\end{document}