Fixed broken bibliography style

This commit is contained in:
Andreas Tsouchlos 2023-02-13 22:33:59 +01:00
parent 3b5a7a76fb
commit 636e21a682

View File

@ -37,7 +37,7 @@
\pgfplotsset{compat=newest} \pgfplotsset{compat=newest}
\usepgfplotslibrary{colorbrewer} \usepgfplotslibrary{colorbrewer}
%\tikzexternalize[prefix=build/] \tikzexternalize[prefix=build/]
% %
% Generic packages % Generic packages
@ -46,7 +46,7 @@
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc} \usepackage[T1]{fontenc}
\usepackage[english]{babel} \usepackage[english]{babel}
\usepackage{ulem} \usepackage[normalem]{ulem} % wthout 'normalem' this breaks the bibliography
\usepackage{amsmath} \usepackage{amsmath}
\usepackage{amssymb, amsfonts, latexsym} \usepackage{amssymb, amsfonts, latexsym}
\usepackage{float} \usepackage{float}
@ -63,7 +63,7 @@
\captionsetup{labelformat=bf-nodot,labelsep=colon} \captionsetup{labelformat=bf-nodot,labelsep=colon}
\usepackage{csquotes} \usepackage{csquotes}
\usepackage[citestyle=numeric, style=alphabetic, backend=biber, \usepackage[style=alphabetic, backend=biber,
doi=false,url=false,isbn=false]{biblatex} doi=false,url=false,isbn=false]{biblatex}
\addbibresource{bibliography.bib} \addbibresource{bibliography.bib}