From 636e21a68299f1bdfd36b709279f56fbd45c071c Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Mon, 13 Feb 2023 22:33:59 +0100 Subject: [PATCH] Fixed broken bibliography style --- latex/thesis/thesis.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/latex/thesis/thesis.tex b/latex/thesis/thesis.tex index 9e77c9f..8d52628 100644 --- a/latex/thesis/thesis.tex +++ b/latex/thesis/thesis.tex @@ -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}