Skip to content
Snippets Groups Projects
Commit f4554790 authored by Jost Rossel's avatar Jost Rossel
Browse files

Fix Bibliography style

parent db917984
No related branches found
No related tags found
No related merge requests found
......@@ -171,8 +171,13 @@
\usepackage{scrhack}
% bibliography
% we don't use biber, because we it is very slow when parsing cryptobib and rfcbib
\usepackage[backend=bibtex]{biblatex}
% we don't use biber, because it is very slow when parsing cryptobib and rfcbib
\usepackage[%
backend=bibtex,%
maxbibnames=9,%
minbibnames=9,%
giveninits=true,%
]{biblatex}
\addbibresource{literature/literature.bib}
\addbibresource{literature/cryptobib/crypto.bib}
\addbibresource{literature/rfcbib/data/rfc.bib}
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment