forked from reamat/CalculoNumerico
-
Notifications
You must be signed in to change notification settings - Fork 0
/
preambulo_html.tex
34 lines (28 loc) · 1.21 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
%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 http://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]
\newtheorem{Exercise}{E}[section]
\newenvironment{Answer}
{\let\oldqedsymbol=\qedsymbol
\renewcommand{\qedsymbol}{$\Diamond$}
\begin{proof}[\bfseries\upshape Resposta]}
{\end{proof}
\renewcommand{\qedsymbol}{\oldqedsymbol}}
\usepackage{minitoc}