Change biber configuration
This commit is contained in:
parent
5b0a4001bb
commit
7bb02c89c2
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user