-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpreamble.tex
90 lines (71 loc) Β· 2.05 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
\PassOptionsToPackage{table}{xcolor}
\documentclass[phd,icsa,logo,twoside,openright]{infthesis}
\usepackage[utf8]{inputenc}
\usepackage[
backend=biber,
style=alphabetic,
maxbibnames=99,
sortcites=true,
block=none,
indexing=false,
citereset=none,
isbn=false,
url=true,
doi=false,
natbib=true,
]{biblatex}
\addbibresource{bibliography.bib}
\usepackage{booktabs}
\usepackage{tabularx}
\usepackage{hhline}
\usepackage{xspace}
\usepackage[table]{xcolor}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\usepackage{upgreek}
\usepackage{minted}
\definecolor{mintedbg}{rgb}{0.92,0.92,0.92}
\setminted{
breaklines,
bgcolor=mintedbg,
linenos,
}
\usepackage{amssymb}
\usepackage{bm}
\usepackage{amsmath}
\DeclareMathOperator*{\argmin}{arg\,min}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\gain}{Gain}
\usepackage{mathtools}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\usepackage{tikz}
\def\checkmark{\tikz\fill[scale=0.2](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
\usepackage{amssymb}
\usepackage{pifont}
\usepackage{multirow}
\newcommand{\cmark}{\ding{51}}
\newcommand{\xmark}{\ding{55}}
\newcommand\bc{\textbf{bc}\xspace}
\newcommand\bto{\textbf{bto}\xspace}
\newcommand\abf{\textbf{abf}\xspace}
\newcommand\arc{\textbf{arc}\xspace}
\newcommand\awo{\textbf{awo}\xspace}
\usepackage[caption=false]{subfig}
\usepackage{gensymb}
\usepackage{algorithm}
\usepackage{algorithmicx}
\usepackage{algpseudocode}
\usepackage{amsmath}
\usepackage{filecontents}
\usepackage{pgfplots, pgfplotstable}
\usepgfplotslibrary{statistics}
\newenvironment{laysummary}
{\renewcommand{\abstractname}{Lay Summary}\begin{mainabs}}
{\end{mainabs}\renewcommand{\abstractname}{Abstract}}
\captionsetup[subfigure]{labelformat=parens}
\usepackage{float}
\newfloat{algorithm}{t}{lop}
\usepackage{hyperref}
\pgfplotsset{compat=1.15}