-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.tex
50 lines (43 loc) · 1.15 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
\usepackage[isbn=false, doi=false,date=year, sorting=none, maxbibnames=9, minbibnames=9]{biblatex}
\usepackage{rotating} % provides sidewaystable and sidewaysfigure
\usepackage[dvipsnames]{xcolor}
\usepackage{hyperref}
\hypersetup{colorlinks,%
citecolor=blue,%
filecolor=ForestGreen,%
linkcolor=black,%
urlcolor=magenta
}
\usepackage[T1]{fontenc}
\usepackage{amsfonts,amsmath,amsthm,amssymb}
\usepackage{graphicx}
\graphicspath{{scvi/}{scanvi/}{hsic/}{decision/}}
\usepackage{color}
\usepackage{tikz}
\usepackage{adjustbox}
\usepackage{float}
\usepackage{lscape}
\usepackage{csquotes}
\usepackage{url}
\usepackage{algorithmic}
\usepackage{subcaption}
\usepackage{mathtools}
\usepackage{afterpage}
\usepackage{nicefrac}
\usepackage{dsfont}
\usepackage{MnSymbol}
\usepackage{booktabs,tabularx, multirow}
\usepackage{thmtools}
\usepackage{newfloat}
\DeclareFloatingEnvironment[
fileext=lof,
name=Figure,
placement=tbhp,
within=chapter,
]{suppfigure}
\renewcommand{\thesuppfigure}{\thechapter.\Alph{suppfigure}}
\AtEveryBibitem{%
\clearfield{volume}%
\clearfield{number}
\clearfield{pages}}
% \DeclareFieldFormat{titlecase}{\MakeSentenceCase*{#1}}