-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.tex
112 lines (100 loc) · 3.05 KB
/
packages.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
107
108
109
110
111
112
\usepackage[utf8]{inputenc}
\usepackage{datetime}
\usepackage{enumerate}
% \usepackage{multicol}
% \usepackage{multirow}
\usepackage[official]{eurosym}
% \usepackage{marvosym}
\usepackage{float} % Force a floating figure at that location
% \usepackage{breakurl} % Fixes problems with long URLs
\usepackage{xtab} % Spreads tables over more pages
\usepackage{verbatim}
\usepackage{framed}
\usepackage{listings} % Nicer code environments
\usepackage{footnote} % To enable footnotes in tables
\usepackage{array} % Use column width in tabular environment
\usepackage{xspace} % Magic spaces after a command
\usepackage{siunitx} % Supersedes $[value]\,\mathrm{[unit]}$ and sistyle
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage{framed}
\usepackage{xcolor}
\usepackage{tabto}
\usepackage[ampersand]{easylist}
\usepackage{todonotes}
\usepackage{mathtools}
\usepackage{booktabs}
\usepackage{array}
\usepackage{chronology} % timeline
\usepackage{enumitem}
\usepackage{dirtytalk} % ( ͡° ͜ʖ ͡°)
% \usepackage{tabularx}
% \usepackage{tabu}
% \usepackage{algorithm}
% \usepackage{algpseudocode}
\usepackage{pdfpages}
\usepackage{textcomp,gensymb} % degree
% \usepackage{lscape}
% \usepackage{booktabs}% http://ctan.org/pkg/booktabs
% \newcommand{\tabitem}{~~\llap{\textbullet}~~}
%\usepackage{hyperref}
\usepackage[hidelinks]{hyperref}
\usepackage[nameinlink]{cleveref}
\usepackage{regexpatch} %Regex voor de win
\usepackage{etoolbox}
\usepackage{float}
\usepackage[caption = false]{subfig}
\usepackage{mathtools}
\usepackage[numbers,sort&compress]{natbib}
\DeclarePairedDelimiter\abs{\lvert}{\rvert}%
\DeclarePairedDelimiter\norm{\lVert}{\rVert}%
\newtheorem{prop}{Proposition}
% Swap the definition of \abs* and \norm*, so that \abs
% and \norm resizes the size of the brackets, and the
% starred version does not.
\makeatletter
\let\oldabs\abs
\def\abs{\@ifstar{\oldabs}{\oldabs*}}
%
\let\oldnorm\norm
\def\norm{\@ifstar{\oldnorm}{\oldnorm*}}
\makeatother
\sisetup{detect-weight=true, detect-family=true}
\lstset{basicstyle=\ttfamily, breaklines=true, breakatwhitespace = true, keepspaces=true}
\makeatletter
\patchcmd{\@IEEEyesnumber}
{\stepcounter}
{\refstepcounter}
{}{}
\patchcmd{\@@IEEEeqnarray}
{\stepcounter}
{\refstepcounter}
{}{}
\patchcmd{\@@IEEEeqnarraycr}
{\stepcounter{IEEEsubequation}}
{\refstepcounter{IEEEsubequation}}
{}{}
\patchcmd{\@@IEEEeqnarraycr}
{\stepcounter{IEEEsubequation}}
{\refstepcounter{IEEEsubequation}}
{}{}
\patchcmd{\@@IEEEeqnarraycr}
{\stepcounter{IEEEequation}}
{\refstepcounter{IEEEequation}}
{}{}
\patchcmd{\@@IEEEeqnarraycr}
{\stepcounter{IEEEequation}}
{\refstepcounter{IEEEequation}}
{}{}
\makeatother
\newcommand{\noi}{\noindent}
\makeatletter
\xpatchcmd{\@todo}{\setkeys{todonotes}{#1}}{\setkeys{todonotes}{inline,#1}}{}{}
\makeatother
\makeatletter
\renewcommand{\fps@figure}{htbp}
\renewcommand{\fps@table}{htb}
\makeatother
\graphicspath{ {./images/} }
\def\UrlBreaks{\do\/\do-}
\setlist[itemize]{noitemsep}