Fixed broken bibliography style
This commit is contained in:
parent
3b5a7a76fb
commit
636e21a682
@ -37,7 +37,7 @@
|
||||
\pgfplotsset{compat=newest}
|
||||
\usepgfplotslibrary{colorbrewer}
|
||||
|
||||
%\tikzexternalize[prefix=build/]
|
||||
\tikzexternalize[prefix=build/]
|
||||
|
||||
%
|
||||
% Generic packages
|
||||
@ -46,7 +46,7 @@
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[english]{babel}
|
||||
\usepackage{ulem}
|
||||
\usepackage[normalem]{ulem} % wthout 'normalem' this breaks the bibliography
|
||||
\usepackage{amsmath}
|
||||
\usepackage{amssymb, amsfonts, latexsym}
|
||||
\usepackage{float}
|
||||
@ -63,7 +63,7 @@
|
||||
\captionsetup{labelformat=bf-nodot,labelsep=colon}
|
||||
|
||||
\usepackage{csquotes}
|
||||
\usepackage[citestyle=numeric, style=alphabetic, backend=biber,
|
||||
\usepackage[style=alphabetic, backend=biber,
|
||||
doi=false,url=false,isbn=false]{biblatex}
|
||||
\addbibresource{bibliography.bib}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user