about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/references.tex
blob: e42b22fd68dc0e678d6df692e8eaced16ed30b86 (plain) (blame)
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
\usepackage{csquotes} % required by biblatex

% \usepackage{biblatex-dw}
\usepackage[backend=biber,
	% style=footnote-dw,
	% pageref=true,
	% annotation=true,
	% library=true,
	%
	style=numeric,
	autocite=plain,
	doi=true,
	isbn=true,
	loccittracker=true,
	opcittracker=true,
	% No idea what it does, but it was recomended to me
	defernumbers=true
]{biblatex} % For bibtex references
\addbibresource{ref/references.bib}
% \bibliography{res/reference} % Set the location of the references

\usepackage[pdflang=%INIT_DATE_TIME_LANGUAGE]{hyperref}
\hypersetup{
	colorlinks,
	linkcolor={black},
	citecolor={black},
	urlcolor={blue!80!black}
}

\usepackage[nospace,%INIT_TODONOTES_LANGUAGE]{varioref} % for \vref
\usepackage[%INIT_TODONOTES_LANGUAGE, noabbrev, nameinlink]{cleveref}

\ifdraft{
	\usepackage{showlabels}
} {
	\message {Draft packages not loaded, 'showlabels' not loaded.}
}