-
Notifications
You must be signed in to change notification settings - Fork 13
/
preambulo_html.tex
84 lines (72 loc) · 2.47 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
%Este trabalho está licenciado sob a Licença Creative Commons Atribuição-CompartilhaIgual 4.0 Internacional. Para ver uma cópia desta licença, visite ttps://creativecommons.org/licenses/by-sa/4.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{lema}{Lema}[section]
\newtheorem{prop}{Proposição}[section]
\newtheorem{cor}{Corolário}[section]
\newtheorem{defi}{Definição}[section]
\newtheorem{afir}{Afirmação}[section]
\newtheorem{exem}{Exemplo}[section]
%\newtheorem{exer}{Exercício}[section]
%\newtheorem*{dem}{Demonstração}[section]
\newenvironment{dem}[1][\textbf{Demonstração:} \ ]{\textbf{#1}}{\hfill\rule{2mm}{2mm}}
\theoremstyle{remark} % italic title, romman body
\theoremstyle{definition} % italic title, romman body
\newtheorem{obs}{Observação}
%\newtheorem{exem}{Exemplo}
\newshadetheorem{defic}{Definição}
\definecolor{shadethmcolor}{HTML}{AAAAFF}
\definecolor{shaderulecolor}{HTML}{FFFFFF}
\definecolor{rosa}{HTML}{edaae5} %para fórmulas
\definecolor{azul}{HTML}{aae5ed} %para definições
\definecolor{amarelo}{HTML}{e5edaa} %para observações importantes
\definecolor{yellow}{HTML}{e5edaa} %para observações importantes
\definecolor{verde}{HTML}{c4edaa} %não estou usando
\definecolor{cinza}{HTML}{c6c9c5} %para linhas das tabelas
\setlength{\shadeboxrule}{.4pt}
%\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}