about summary refs log tree commit diff stats
path: root/common/latex/preamble/core/references.tex
blob: 69a6ad6fec49f03b954a57f761611b0f7d6b9fde (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[%INIT_BABLE_LANGUAGE]{babel} % For language support
\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[nospace,%INIT_BABLE_LANGUAGE]{varioref} % for \vref
\usepackage[%INIT_BABLE_LANGUAGE, noabbrev, nameinlink]{cleveref}
\usepackage[pdflang=%INIT_DATE_TIME_LANGUAGE]{hyperref}
\hypersetup{
	colorlinks,
	linkcolor={black},
	citecolor={black},
	urlcolor={blue!80!black}
}

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