-
Notifications
You must be signed in to change notification settings - Fork 6
/
packages.tex
58 lines (52 loc) · 1.19 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
\usepackage{multirow}
\usepackage{float}
\usepackage{amsfonts}
\usepackage{rotating}
\usepackage{pifont}
\usepackage{rotating}
\usepackage{subcaption}
\usepackage{amsmath}
\usepackage{longtable}
\usepackage{tabularx}
\usepackage{varwidth}
\usepackage{hyperref}
\usepackage{xspace}
\usepackage[table]{xcolor}
\usepackage{listings}
\usepackage[export]{adjustbox}
\usepackage{array}
\usepackage[inline]{enumitem}
\usepackage{makecell}
\usepackage{todonotes}
\presetkeys{todonotes}{inline}{}
\usepackage[normalem]{ulem}
\usepackage{cellspace}
\usepackage{rotate}
\usepackage{MnSymbol}
\usepackage{xifthen}
\usepackage{numprint}
% for a proper tt font
\usepackage[scale=0.78,ttdefault=true]{AnonymousPro}
\usepackage{bm}
\newcommand{\+}{\discretionary{\mbox{${\bm\cdot}\mkern-1mu$}}{}{}}
\usepackage{caption}
\captionsetup[figure]{width=\linewidth,aboveskip=8pt}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usetikzlibrary{arrows.meta}
\usetikzlibrary{patterns}
\usepackage[
sorting=none,
eprint=false
]{biblatex}
\renewbibmacro*{doi+eprint+url}{%
\printfield{doi}%
\newunit\newblock%
\iftoggle{bbx:eprint}{%
\usebibmacro{eprint}%
}{}%
\newunit\newblock%
\iffieldundef{doi}{%
\usebibmacro{url+urldate}}%
{}%
}