Change biber configuration

This commit is contained in:
Thomas Dehaeze 2024-04-03 18:17:01 +02:00
parent 5b0a4001bb
commit 7bb02c89c2

View File

@ -7,6 +7,7 @@
\usepackage[ % use biblatex for bibliography
backend=biber, % use biber backend (bibtex replacement) or bibtex
style=ieee, % bib style
citestyle=numeric-comp, % bib style
hyperref=true, % activate hyperref support
backref=true, % activate backrefs
isbn=false, % don't show isbn tags
@ -28,10 +29,10 @@
\usepackage{caption}
\usepackage{subcaption}
\captionsetup[figure]{labelfont=bf}
\captionsetup[figure]{labelfont=bf, justification=raggedright}
\captionsetup[subfigure]{labelfont=bf}
\captionsetup[listing]{labelfont=bf}
\captionsetup[table]{labelfont=bf}
\captionsetup[table]{labelfont=bf, justification=raggedright}
\usepackage{xcolor}