-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironments_mpb_02.sty
70 lines (53 loc) · 1.55 KB
/
environments_mpb_02.sty
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
%version 2.3
\ProvidesPackage{environments_mpb_02}
\usepackage{xpatch}
\makeatletter
\xpatchcmd{\@thm}{\thm@headpunct{.}}{\thm@headpunct{}}{}{}
\makeatother
%%%%=>en
%
% \newtheorem{thm}{Theorem}[section]
% \newtheorem{lem}[thm]{Lemma}
% \newtheorem{prop}[thm]{Proposition}
% \newtheorem{cor}[thm]{Corollary}
%
% \theoremstyle{definition}
% \newtheorem{defn}[thm]{Definition}
% \newtheorem{ex}[thm]{Example}
% \newtheorem{nt}[thm]{Notation}
%
%
% \theoremstyle{remark}
% \newtheorem{rmk}[thm]{Remark}
% \newtheorem{exc}[thm]{Exercise}
% \newtheorem{dig}[thm]{Digression}
%%%%=>cat
%\newtheorem{theorem}{Teorema}[subsection]
%\newtheorem{lemma}[theorem]{Lema}
%\newtheorem{proposition}[theorem]{Proposició}
%\newtheorem{corollary}[theorem]{Corol·lari}
%
%\theoremstyle{definition}
%\newtheorem{definition}[theorem]{Definició}
%\newtheorem{example}[theorem]{Exemple}
%\newtheorem{notation}[theorem]{Notació}
%\newtheorem*{acknowledgements}{Agraïments}
%
%
%\theoremstyle{remark}
%\newtheorem{remark}[theorem]{Remark}
%\newtheorem{exercise}[theorem]{Exercici}
%%%%=>es
\newtheorem{theorem}{Teorema}[subsection]
\newtheorem{lemma}[theorem]{Lema}
\newtheorem{proposition}[theorem]{Proposición}
\newtheorem{corollary}[theorem]{Corolario}
\theoremstyle{definition}
\newtheorem{definition}[theorem]{Definición}
\newtheorem{example}[theorem]{Ejemplo}
\newtheorem{notation}[theorem]{Notación}
\newtheorem*{acknowledgements}{Agradecimientos}
\theoremstyle{remark}
\newtheorem{remark}[theorem]{Observación}
%\g@addto@macro\th@Eje{\thm@headpunct{ }}
\newtheorem*{Ej}{Ejercicio}