mirror of
https://github.com/posquit0/Awesome-CV.git
synced 2024-11-25 15:38:35 +00:00
Add BibLaTeX package
This commit is contained in:
parent
bfa8e82a2b
commit
3284a954c2
1 changed files with 20 additions and 0 deletions
|
@ -675,3 +675,23 @@
|
|||
\letterenclosurestyle{\@letterenclname: \@letterenclosure} \\
|
||||
}
|
||||
}
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% Bibliography
|
||||
%-------------------------------------------------------------------------------
|
||||
%\RequirePackage[style=verbose, maxnames=99, sorting=ydnt]{biblatex}
|
||||
\RequirePackage[ % BibLaTeX
|
||||
sorting=ydnt, % Sorts entries by year (descending order), name, title
|
||||
style=numeric,
|
||||
doi=false,
|
||||
isbn=true,
|
||||
url=false,
|
||||
eprint=false
|
||||
backref = false, % include back references in bibliography
|
||||
maxcitenames=3, % affects only the citations in the document body
|
||||
maxbibnames=99, % affects only the bibliography, pass 99 to print all
|
||||
hyperref=true,
|
||||
block=none,
|
||||
backend=biber % {Options: bibtex, biber}
|
||||
]{biblatex}
|
||||
|
Loading…
Reference in a new issue