-
Notifications
You must be signed in to change notification settings - Fork 2
/
apostila-iaa.tex
58 lines (46 loc) · 1.31 KB
/
apostila-iaa.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
\documentclass[a4,12pt]{book}
\usepackage[portuguese]{babel}
\usepackage[utf8]{inputenc}
\usepackage[portugues]{mystyle}
\usepackage{multirow}
\usepackage{multicol}
\usepackage{rotating}
\usepackage{amsmath}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usepackage{clrscode}
\usepackage[hidelinks]{hyperref}
\usetikzlibrary{automata, positioning, decorations.pathmorphing}
\usepackage{biblatex}
\addbibresource[label=bib]{ref.bib}
\usepackage{listings}
\emergencystretch=2em
\DeclareFontFamily{U}{matha}{\hyphenchar\font45}
\DeclareFontShape{U}{matha}{m}{n}{
<5> <6> <7> <8> <9> <10> gen * matha
<10.95> matha10 <12> <14.4> <17.28> <20.74> <24.88> matha12
}{}
\DeclareSymbolFont{matha}{U}{matha}{m}{n}
\DeclareFontSubstitution{U}{matha}{m}{n}
\DeclareMathSymbol{\abxcup}{\mathbin}{matha}{'131}
\newcounter{mycounter}
\setcounter{mycounter}{0}
\newenvironment{exercicio}{\refstepcounter{mycounter}
{\bf Exercício~\themycounter: }
\rmfamily}{\medskip}
\begin{document}
%\bibliographystyle{alpha}
\author{Márcio Moretto Ribeiro}
\title{Introdução à Análise de Algoritmos}
\maketitle
\tableofcontents
\include{apresentacao}
\include{intro}
\include{metodo-empirico}
\include{correcao}
\include{modelos}
\include{crescimento-funcoes}
\include{ordenacao}
\printbibliography
%\bibliography{ref}
\end{document}