Utilizador:Marcos Antônio Nunes de Moura/data/Code

Origem: Wikilivros, livros abertos por um mundo aberto.
\documentclass[12pt,a4paper,titlepage]{book}
\usepackage[brazil]{babel}
\usepackage[utf8]{inputenc}%[latin1] no Windows
\usepackage[T1]{fontenc}
\usepackage{amsthm, amssymb, amsmath}
\usepackage{footmisc}
\usepackage[a4paper=true,pagebackref=true]{hyperref}

\hypersetup{
		pdftitle = {Cálculo_(Volume_1)},
		pdfauthor = {Colaboradores do Wikilivros},
		pdfcreator = {Marcos Antônio Nunes de Moura},
		pdfsubject = {},
		pdfkeywords = {wiki, livro, wikilivro, Wikilivros},
		colorlinks = true,
		linkcolor = blue,
		anchorcolor = red,
		citecolor = blue,
		filecolor = red,
		urlcolor = blue
}

\newtheorem{teo}{Teorema}[chapter]
\newtheorem{lema}[teo]{Lema}
\newtheorem{prop}[teo]{Proposi\c{c}{\~a}o}
\newtheorem{cor}[teo]{Corol{\'a}rio}

\theoremstyle{definition}
\newtheorem{defi}[teo]{Defini\c{c}{\~a}o}
\newtheorem{ex}[teo]{Exemplo}
\newtheorem{exer}[teo]{Exerc{\'i}cio}

\theoremstyle{remark}
\newtheorem{obs}[teo]{Observa\c{c}{\~a}o}
\begin{document}

\frontmatter

\tableofcontents

\mainmatter %Depois de índice e prefácio

\chapter{Cálculo (Volume 1)/Capa}\label{cap:cálculo (volume 1)/capa}


<center>

{|
|-
|
|-
|align=center|<font size=6, color=blue><br /> Cálculo </font>
|-
|
|-
|align=center|<font size=4, color=blue> Volume 1 </font>
|-
|
|-
|align=center|<font size=4, color=blue> Para as disciplinas Cálculo I e II </font>
|}

</center>





<p>&nbsp;</p>

\href{http://pt.wikibooks.org/wiki/Special:Search/Imagem:ParaboloidOfRevolution.png}{center|thumb|400px|''Parabolóide''}



<p>&nbsp;</p>
----
: <div id=``naveg'' style=``background-color: #ffffff; border: solid 0px black; padding-left: 
15px; padding-right: 15px; margin: 4px; text-align: right; font-size: 100%''> 
<font size=4, color=green>[[../|Índice]] </font>
</div>



[[en:Calculus]]


\backmatter

\bibliographystyle{amsalpha} %amsalpha, amsplain, plain, alpha, abbrvnat
\bibliography{biblio}\label{cap:biblio}
\addcontentsline{toc}{chapter}{Referências Bibliográficas}

\end{document}