-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackages.tex
More file actions
95 lines (72 loc) · 2.21 KB
/
packages.tex
File metadata and controls
95 lines (72 loc) · 2.21 KB
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
%\usepackage[preprint]{nips_2018}
% to avoid loading the natbib package, add option nonatbib:
% \usepackage[nonatbib]{neurips_2018}
\usepackage[utf8]{inputenc}
\usepackage{array}
\usepackage{wrapfig}
\usepackage{multirow}
\usepackage{tabu}
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage[T1]{fontenc} % use 8-bit T1 fonts
\usepackage{hyperref} % hyperlinks
\usepackage{url} % simple URL typesetting
\usepackage{booktabs} % professional-quality tables
\usepackage{amsfonts} % blackboard math symbols
\usepackage{nicefrac} % compact symbols for 1/2, etc.
\usepackage{microtype}
\usepackage{url}
% microtypography
% \usepackage{natbib}
\usepackage{float}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{subfig}
\usepackage[toc,page]{appendix}
\usepackage{adjustbox}
%%%%%%%%%%%%%%%%% ADDED BY FERLES %%%%%%%%%%%%%%%%%%%%%%
%helps in placing floats efficiently
\usepackage{placeins}
% no indentation in new paragraphs
\setlength{\parindent}{0pt}
% empty line between paragraphs means newline
\usepackage{parskip}
% manipulate the font size of captions
% options: footnotesize, small, normalsize, large, Large
\usepackage[font=footnotesize,labelfont=bf]{caption}
%toprule, midrule in tables etc
\usepackage{booktabs}
% MATH!
\usepackage{amsmath}
\usepackage{comment}
%FIGURES!
\usepackage{tikz}
\usetikzlibrary{matrix, positioning}
\usepackage{sectsty}
\sectionfont{\fontsize{14}{15}\selectfont}
\colorlet{linkequation}{black}
\usepackage{hyperref}
% \hypersetup{colorlinks, % activates color
% urlcolor=blue,
% citecolor=green,
% linkcolor=linkequation,
% }
%%% EQUAL CONTRIBUTION %%%
\makeatletter
\newcommand{\printfnsymbol}[1]{%
\textsuperscript{\@fnsymbol{#1}}%
}
\makeatother
% FOOTONOTE MANIPULATION
\usepackage{footmisc}
% manipulate the font size of captions
% options: footnotesize, small, normalsize, large, Large
\usepackage[font=footnotesize,labelfont=bf]{caption}
% \usepackage{subcaption}
\captionsetup[table]{position=below, skip=4.5pt}
\usepackage{changepage}
% SPACING BETWEEN SUBSECTIONS
\usepackage{titlesec}
\titlespacing*{\subsection}{0pt}{6pt}{8pt}
\titlespacing*{\section}{0pt}{10pt}{8pt}
\titlespacing*{\table}{0pt}{10pt}{8pt}
\usepackage{mathtools, nccmath}