-
Notifications
You must be signed in to change notification settings - Fork 77
/
preambulo_html.tex
67 lines (57 loc) · 1.74 KB
/
preambulo_html.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
59
60
61
62
63
64
65
66
67
%Este trabalho está licenciado sob a Licença Creative Commons Atribuição-CompartilhaIgual 3.0 Não Adaptada. Para ver uma cópia desta licença, visite https://creativecommons.org/licenses/by-sa/3.0/ ou envie uma carta para Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ATENÇÃO
%
% POR SEGURANÇA, NÃO EDITE ESTE ARQUIVO.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% ambientes
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\theoremstyle{plain} % bold title, italic body
\newtheorem{teo}{Teorema}[section]
\newtheorem{lem}{Lema}[section]
\newtheorem{prop}{Proposição}[section]
\newtheorem{corol}{Corolário}[section]
\newtheorem{defn}{Definição}[section]
\theoremstyle{remark} % italic title, romman body
\theoremstyle{definition} % italic title, romman body
\newtheorem{obs}{Observação}[section]
\newtheorem{ex}{Exemplo}[section]
%\renewcommand\qedsymbol{$\blacksquare$}
\renewenvironment{proof}
{{\bfseries\upshape Demonstração.}}
{
\begin{flushright}
$\blacksquare$
\end{flushright}
}
\newenvironment{sol}
{{\bfseries Solução.}}
{
\begin{flushright}
$\Diamond$
\end{flushright}
}
\newtheorem{exer}{E}[section]
\newenvironment{resp}
{{\bfseries Resposta.}}
{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Exercícios Resolvidos
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newtheorem{exeresol}{ER}[section]
\newenvironment{resol}
{{\bfseries Solução.}}
{
\begin{flushright}
$\Diamond$
\end{flushright}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% DESCONTINUADO
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\newtheorem{Exercise}{E}[section]
\newenvironment{Answer}{{\bfseries \tiny Resposta.}}{}
\usepackage{minitoc}