-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.tex
97 lines (77 loc) · 2.24 KB
/
settings.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
91
92
93
94
95
96
97
\usepackage[utf8x]{inputenc}
\usepackage[T2A,T1]{fontenc}
\usepackage{geometry}
\geometry{
inner=30mm,
outer=24mm,
top=20mm,
bottom=22mm
}
\usepackage{fancyhdr}
\fancyhf{}
\fancyfoot[LE,RO]{\thepage}
\pagestyle{fancy}
\renewcommand{\headrulewidth}{0pt}
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[LE,RO]{\thepage}
}
\usepackage{nomencl}
\renewcommand{\nomname}{List of Abbreviations}
\renewcommand{\nomlabel}[1]{\textbf{#1}}
\renewcommand{\nompreamble}{\thispagestyle{empty}}
\usepackage{amssymb}
\usepackage[numbib,nottoc]{tocbibind}
\usepackage{hyperref}
\usepackage{tabularx}
\newcommand{\refpaper}[1]{$^{\text{\ref{#1}}}$}
\usepackage[russian,swedish,english]{babel}
\usepackage{times}
\usepackage{csquotes}
\usepackage{graphicx}
\usepackage{color}
\usepackage{amsmath}
\usepackage{eufrak}
\usepackage[font={small}]{caption}
\usepackage[export]{adjustbox}
\usepackage{wrapfig}
\usepackage{floatrow}
\usepackage{caption}
\captionsetup{margin=10pt,font=small,labelfont=bf,singlelinecheck=false}
\usepackage{tocloft}
\renewcommand{\cfttoctitlefont}{\normalfont\LARGE\bfseries\MakeUppercase}
\usepackage{titlesec}
\usepackage{lipsum}
\titleformat{\section}{\normalfont\Large\bfseries\scshape}{\thesection}{1em}{}
\titleformat{\chapter}{\normalfont\LARGE\bfseries\scshape}{\thechapter}{20pt}{}
\AtBeginDocument{\renewcommand{\bibname}{References}}
\usepackage[super,comma,sort&compress]{natbib}
\makeatletter
\renewcommand\@biblabel[1]{#1.} % 1. i referenser
\makeatother
\usepackage{booktabs}
\usepackage{pdfpages}
\usepackage{calc}
\usepackage{enumitem}
\SetLabelAlign{parright}{\parbox[t]{\labelwidth}{\raggedleft#1}}
\usepackage{textcomp}
\usepackage{url}
\urlstyle{rm}
\usepackage{color}
\usepackage{hyperref}
\definecolor{kiplommon}{RGB}{135,0,82}
\definecolor{kicyklamen}{RGB}{212,9,99}
\hypersetup{
colorlinks=false,
linkcolor=kicyklamen,
citecolor=kiplommon,
filecolor=magenta,
urlcolor=kiplommon,
pdfauthor={\thesisauthor},
pdftitle={\thesistitlemeta},
pdfsubject={Bioinformatics, proteins},
pdfkeywords={Medium-chain Dehydrogenase/Reductase, Alcohol Dehydrogenase, Bioinformatics, Molecular Mechanics},
pdfproducer={TeX Live/LaTeX},
pdfcreator={TeX Live/pdflatex}
}