-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble.tex
106 lines (90 loc) · 2.18 KB
/
preamble.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
\usepackage{booktabs}
%Misceláneo
%% Miscelaneos
%\newcommand{\A}{\mathcal{A}}
%\newcommand{\C}{\mathbb{C}}
%\newcommand{\D}{\mathbb{D}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\F}{\mathcal{F}}
\newcommand{\G}{\mathcal{G}}
\renewcommand{\H}{\mathcal{H}}
\newcommand{\K}{\mathcal{K}}
\renewcommand{\L}{\mathcal{L}}
\newcommand{\M}{\mathcal{M}}
\newcommand{\N}{\mathbb{N}}
\renewcommand{\M}{\mathcal{M}}
\renewcommand{\P}{\mathbb{P}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\R}{\mathbb{R}}
\renewcommand{\S}{\mathcal{S}}
\newcommand{\T}{\mathcal{T}}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\1}{\mathbf{1}}
\let\epsilon\varepsilon
\usepackage[backend=biber,style=alphabetic,]{biblatex}
\usepackage{mathrsfs}
\addbibresource{bibfile.bib}
%% Mis comandos
\newcommand\cf{{\em cf.}~}
\newcommand\etc{{\em etc.}}
\newcommand{\A}{\mathcal{A}}
\def\a{\mathbf{A}}
\newcommand{\B}{\mathcal{B}}
\newcommand{\C}{\mathcal{C}}
\def\b{\mathbf{B}}
\def\c{\mathbf{C}}
\newcommand{\h}{\mathcal{H}}
\newcommand{\eL}{\mathcal{L}}
\newcommand{\D}{\mathcal{D}}
\newcommand{\I}{\mathcal{I}}
\newcommand{\J}{\mathcal{J}}
%Spaces
\newcommand{\elB}{\ell^1(\G,\B)}
\newcommand{\elthB}{\ell_\theta^1(\G,\B)}
\newcommand{\elthoB}{\ell_{\theta}^1(\G,\B)}
\newcommand{\elA}{\ell^1(\G,\A)}
\newcommand{\elthA}{\ell_\theta^1(\G,\A)}
\newcommand{\elthoA}{\ell^1_{\theta}(\G,\A)}
\newcommand{\ELthA}{\EL_\te(\G,\A)}
\newcommand{\ELthoA}{\EL_{\te}(\G,\A)}
\newcommand{\rtt}{\rightthreetimes}
\def\o{\omega}
\def\O{\Omega}
\def\te{\theta}
\def\Te{\Theta}
\def\T{\mathbb{T}}
\def\E{{\mathscr E}}
\def\F{\mathscr F}
\def\h{\mathcal H}
\def\K{\mathcal K}
\def\Z{\mathbb Z}
\def\pe{\textsf{P}}
\def\n{\textsf{N}}
\def\S{\mathcal S}
\def\e{{\textsf e}}
\def\m{{\textsf m}}
\def\la{\langle}
\def\ra{\rangle}
\def\x{\mathsf{x}}
\def\y{\mathsf{y}}
\def\z{\mathsf{z}}
\def\r{{\rm r}}
\def\d{{\rm d}}
\def\bu{\bullet}
\newcommand{\twist}{\diamond_{\te,\omega}}
\def\({\left(}
\def\[{\left[}
\def\){\right)}
\def\]{\right]}
\def\si{\sigma}
\def\Si{\Sigma}
\def\G{{\textsf G}}
\def\wG{\widehat{\G}}
\def\p{\parallel}
\def\<{\langle}
\def\>{\rangle}
\def\Ce{{\textsf C}}
\providecommand{\norm}[1]{\lVert#1\rVert}
\def\d{\textrm{d}}
\def\r{\textrm{r}}
\def\s{\textrm{s}}