-
Notifications
You must be signed in to change notification settings - Fork 0
/
preamble_mpb_02.sty
87 lines (70 loc) · 1.84 KB
/
preamble_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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
%version 2.2
\ProvidesPackage{preamble_mpb_02}
% AMS Packages
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{amstext}
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amsxtra}
% commutative diagrams
\usepackage{tikz}
\usetikzlibrary{cd}
%quiver dependency
\usetikzlibrary{nfold}
\usetikzlibrary{3d}
%\usetikzlibrary{matrix}
%\usetikzlibrary{arrows}
%\usetikzlibrary{arrows.meta}
%\usetikzlibrary{decorations.pathmorphing}
%\usetikzlibrary{decorations.markings}
%\usetikzlibrary{trees}
%\usetikzlibrary{backgrounds}
%\usetikzlibrary{graphs}
%\usetikzlibrary{calc}
% quiver
\usepackage{quiver}
\usepackage[margin=2.5cm]{geometry}
\usepackage{setspace}
\onehalfspacing
% altres
\usepackage{latexsym}
\usepackage{mathrsfs}
\usepackage{enumitem}
\usepackage{stmaryrd} % incomatible extpfeil
\usepackage{chngcntr}
\usepackage{fullpage}
\usepackage{comment}
\usepackage{mathtools}
%\usepackage{proof}
% Basic Category Theory
\usepackage{bbm}
\usepackage{color}
\usepackage{multicol}
\usepackage[colorlinks=true]{hyperref}
% hypersetup from Basic Category Theory
\hypersetup{colorlinks, % Don't put a box around links
breaklinks, % Allow line breaks inside links
linkcolor=black, % Cross-references to theorems etc
urlcolor=black} % Web addresses
%\hypersetup{allcolors=[rgb]{0.1,0.1,0.4}}
% =>Language
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
% english
\usepackage[english]{babel}
% catalan
%\usepackage[english,catalan, shorthands=off]{babel}
% spanish
%\usepackage[english,spanish, shorthands=off]{babel}
% grafics
\usepackage{graphicx}
\usepackage{pgfplots}
\pgfplotsset{compat=newest}
\usepackage{xcolor}
\definecolor{darkgreen}{rgb}{0,0.45,0}
\definecolor{darkred}{rgb}{0.75,0,0}
\definecolor{darkblue}{rgb}{0,0,0.6}
\definecolor{cooltt}{RGB}{19, 92, 183}
\definecolor{redtt}{RGB}{232, 70, 68}