-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy paththesis-packages.tex
65 lines (56 loc) · 1.75 KB
/
thesis-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
% -*- mode:LaTex; mode:visual-line; mode:flyspell; fill-column:75-*-
% All packages used in this thesis.
\usepackage{microtype}
\usepackage{graphicx}
\usepackage{epigraph}
\usepackage[cmex10]{amsmath}
\usepackage{amsfonts}
\usepackage{appendix}
\usepackage[numbers,sort]{natbib}
\usepackage{setspace}
\usepackage{layout}
\usepackage[subfigure]{tocloft} % Set TOC options.
% For plots
\usepackage{pgfplots}
\usepackage{pgfplotstable}
\usepackage{tikz}
\pgfplotsset{compat=1.9}
\usetikzlibrary{positioning}
\usetikzlibrary{backgrounds}
\usetikzlibrary{calc}
\usepgfplotslibrary{colorbrewer} % provided by local file.
\usepgfplotslibrary{statistics}
% Enable externalized diagrams (for final copy).
%\usetikzlibrary{external}
%\tikzexternalize[prefix=externalize-tikz/]
\usepackage[format=hang]{subfig} % Do not include caption package in here.
\usepackage{xcolor} % Get extra colors.
\usepackage{algorithm}
\usepackage{algpseudocode} % algorithmicx
\usepackage{ctable}
\usepackage{multirow}
%\usepackage{todonotes} % This package is slow to include.
\usepackage{xspace} % macros with trailing spaces
\usepackage{siunitx}
\usepackage[raggedright]{titlesec} % Prevent line breaks in section titles.
% ``float'' algorithms
\usepackage{float}
\newfloat{algorithm}{tbp}{lop}
% Colors for links (except TOC -- all black).
\colorlet{documentLinkColor}{blue}
\colorlet{documentCitationColor}{black!80}
\usepackage[backref,
pageanchor=true,
plainpages=false,
pdfpagelabels,
bookmarks,
bookmarksnumbered,
]{hyperref}
\hypersetup{
colorlinks = true,
citecolor = documentCitationColor,
linkcolor = documentLinkColor,
urlcolor = documentLinkColor,
}
% Enable capitalized references. Use this last.
\usepackage[nameinlink]{cleveref}