-
Notifications
You must be signed in to change notification settings - Fork 5
/
packages.sty
155 lines (110 loc) · 4.12 KB
/
packages.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
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
%------------------- General ---------------------%
\usepackage[portuguese]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage{verbatim}
% ------------------ Math -------------------------%
\usepackage{mathtools}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{amssymb}
\usepackage{bbm}
\usepackage{amsfonts}
\usepackage{optidef}
\usepackage[]{algorithm2e}
\usepackage{setspace}
% \doublespacing
%\linespread{1.5}
% ----------------- Aesthetic ------------------%
\usepackage{enumerate}
\usepackage[shortlabels]{enumitem}
\usepackage[a4paper,top=2.54cm,bottom=2.0cm,left=2.0cm,right=2.54cm]{geometry}
%----------------- Colors ---------------------%
\usepackage[dvipsnames,usenames]{xcolor}
%% -------- https://www.colorspire.com/rgb-color-wheel/ -------------%%
\definecolor{Floresta}{rgb}{0.13,0.54,0.13}
\definecolor{Rosadif}{rgb}{0.6196,0.1254,0.6980} %9E20B2
\definecolor{Rosa}{rgb}{0.8705, 0.0862, 0.5058} %DE1681
\definecolor{Verdeest}{rgb}{0.0549, 0.7529, 0.1450} %14C025
\definecolor{Verde}{rgb}{0.1254,0.70196,0.1254} %20B320
\definecolor{OrangeRed}{rgb}{0.9294,0.0509,0.3529} %ED135A
\definecolor{Laranja}{rgb}{1,0.4352941176, 0} %FF6F00
\definecolor{Amarelo}{rgb}{0.9215, 0.8196, 0.18} %EBD12E
% ---------------- Naipes ----------------------%
\DeclareSymbolFont{extraup}{U}{zavm}{m}{n}
\DeclareMathSymbol{\varheart}{\mathalpha}{extraup}{86}
\DeclareMathSymbol{\vardiamond}{\mathalpha}{extraup}{87}
\newcommand{\heart}{\ensuremath\heartsuit}
\newcommand{\diamonde}{\ensuremath\diamondsuit}
% ---------------- Git Info --------------------%
\usepackage[mark,raisemark=0.97\paperheight]{gitinfo2}
\renewcommand{\gitMark}{\gitAbbrevHash{} \textbullet{} \gitAuthorName{} \textbullet{} \gitAuthorIsoDate}
%---------------- Notation ---------------------%
\newcommand{\Conv}{{\rm Conv}} %envória convexa
\newcommand{\mdc}{{\rm mdc}}
\newcommand{\sgn}{{\rm sgn}}
\newcommand{\sen}{{\rm sen}}
\newcommand{\tg}{{\rm tg}}
\newcommand{\mmc}{{\rm mmc}}
%\newcommand{\mdc}{{\rm mdc}}
\newcommand{\cotg}{{\rm cotg}}
\newcommand{\cossec}{{\rm cossec}}
\newcommand{\Spec}{{\rm Spec}}
\newcommand{\arctg}{{\rm arctg}}
\newcommand{\arcsen}{{\rm arcsen}}
\newcommand{\dropsign}[1]{\smash{\llap{\raisebox{-.5\normalbaselineskip}{$#1$\hspace{2\arraycolsep}}}}}%divisão polinomial
\newcommand{\negrito}[1]{\mbox{\boldmath{#1}}}
%Espaço dos operadores lineares de #1 (tem várias coisas que podem ser #1)
% Exemplo: \Lin{V,W}
\newcommand{\Lin}[1]{\mathcal{L}(#1)}
%Núcleo de uma Transformação linear
% Exemplo: \Ker(T)
\DeclareMathOperator{\Ker}{Ker}
% Imagem de uma Transformação linear
% Exemplo: \Im(T)
%\DeclareMathOperator{\Img}{Im}
% Conjunto das partes de um conjunto #1
\newcommand{\pow}[1]{\mathcal{P}(#1)}
% Domínio de uma função
% Exemplo: \dom(f)
\DeclareMathOperator{\dom}{dom}
% Imagem de uma função
% Exemplo: \ran(f)
\DeclareMathOperator{\ran}{ran}
% Restrição da função #1 ao conjunto #2
% Exemplo: \rest{T}{W}
\newcommand{\rest}[2]{#1_{\upharpoonright #2}}
% Conjunto dos números reais
% Exemplo: \Reals
\newcommand{\Reals}{\mathbb{R}}
% Conjunto dos números Inteiros
% Exemplo: \Integers
\newcommand{\Integers}{\mathbb{Z}}
% Conjunto dos números Racionais
% Exemplo: \Rationals
\newcommand{\Rationals}{\mathbb{Q}}
% Conjunto dos números Naturais
% Exemplo: \Naturals
\newcommand{\Naturals}{\mathbb{N}}
% Conjunto dos números Complexos
% Exemplo: \Complex
\newcommand{\Complex}{\mathbb{C}}
% Conjunto das Matrizes de dimensão #1 com coeficientes em #2
% Exemplo: \m{nxm}{K}
\newcommand{\m}[2]{\mathcal{M}_{#1}(#2)}
% Produto interno de #1 com #2
% Exemplo: \iprod{x}{y}
\newcommand{\iprod}[2]{\langle #1,#2 \rangle}
% Cardinalidade do conjunto #1
% Exemplo: \card{S}\chi{}
\newcommand{\card}[1]{\vert #1 \vert}
\newcommand{\succc}[1]{\{\zeta\in T\,\colon #1\leq\zeta\}}
%%% ----------------------------------- Theorems -------------------------%%
\theoremstyle{definition}
\newtheorem{teo}{Teorema}[section]
\newtheorem{bonus}{Feedback}
\newtheorem{exercicio}{Exercício}[section]
\newtheorem{definition}[teo]{Definição}
\newtheorem*{remark}{Remark}
\newtheorem{exemplo}[teo]{Exemplo}