From e94aa22a427ae76e63772a07b883992241aa51a5 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Thu, 4 Jun 2020 13:25:23 +0200 Subject: [PATCH] add a reference style alternative --- thesis.tex | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/thesis.tex b/thesis.tex index 023b06a..c49d53c 100644 --- a/thesis.tex +++ b/thesis.tex @@ -46,7 +46,11 @@ \usepackage{float} % load bibliography tools -\usepackage[backend=bibtex,natbib]{biblatex} +\usepackage[backend=bibtex,natbib,style=numeric]{biblatex} +% alternative with alphanumeric citations (more informative than plain numbers): +%\usepackage[backend=bibtex,natbib,style=alphabetic]{biblatex} + +% load the file with bibliography entries \addbibresource{refs} % remove this if you won't use fancy verbatim environments