-
Notifications
You must be signed in to change notification settings - Fork 0
/
wellington-packages.sty
47 lines (36 loc) · 945 Bytes
/
wellington-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
\usepackage{import}
\usepackage{standalone}
\usepackage{tikz,tikz-3dplot, tkz-euclide}
\usetikzlibrary{math}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{calc}
\usetikzlibrary{shapes.geometric}
\tikzset{>={Latex[round]}}
\usetikzlibrary{positioning,fit,backgrounds}
\tikzset{
module/.style={%
draw, rounded corners,
minimum width=#1,
minimum height=7mm,
font=\sffamily
},
module/.default=2cm,
>=LaTeX
}
\usepackage{relsize} % mathsmaller
\usepackage{amsmath}
\usepackage{mathtools} %boldsymbol
\usepackage{pgfplots}
\pgfplotsset{compat=1.12}
\usepgfplotslibrary{fillbetween}
\usepackage[chapter]{algorithm}
\makeatletter
\renewcommand*{\ALG@name}{Algoritmo}
\makeatother
\usepackage{algpseudocode}
\algrenewcommand\algorithmicprocedure{\textbf{function}}
\usepackage{mdframed}
\newmdtheoremenv{lem}{Lemma}
\usepackage{caption}
\usepackage{subcaption}
\DeclareMathOperator{\IAE}{IAE}