Fix biblatex
This commit is contained in:
19
main.tex
19
main.tex
@@ -1,8 +1,16 @@
|
||||
%% Template
|
||||
\PassOptionsToPackage{backref=true, doi=false, style=ieee}{biblatex}
|
||||
|
||||
\documentclass{thesis}
|
||||
\geometry{inner=30mm, outer=25mm, top=30mm, bottom=25mm}
|
||||
|
||||
%% Content
|
||||
\addbibresource{references.bib}
|
||||
\AtEveryBibitem{\clearfield{day}}
|
||||
\AtEveryBibitem{\clearfield{location}}
|
||||
\AtEveryBibitem{\clearfield{month}}
|
||||
\AtEveryBibitem{\clearfield{series}}
|
||||
|
||||
\hypersetup{
|
||||
% pdfauthor = {XYZ},
|
||||
% pdftitle = {Th\`{e}se de doctorat de XYZ},
|
||||
@@ -63,16 +71,7 @@
|
||||
\input{./Conclusion/conclusion}
|
||||
|
||||
\clearemptydoublepage
|
||||
\phantomsection % To have a correct link in the table of contents
|
||||
\addcontentsline{toc}{chapter}{Bibliography}
|
||||
|
||||
% nocite: Pour citer la totalit\'{e} des r\'{e}f\'{e}rences contenues dans le fichier biblio
|
||||
% nocite: In order to cite all the references included biblio
|
||||
\nocite{*}
|
||||
\printbibliography[heading=primary,keyword=primary]
|
||||
\newpage
|
||||
\nocite{*}
|
||||
\printbibliography[heading=secondary,keyword=secondary]
|
||||
\printbibliography[heading=bibintoc]
|
||||
|
||||
\clearemptydoublepage
|
||||
\cleartoevenpage[\thispagestyle{empty}] % To have the back cover on an even page
|
||||
|
||||
Reference in New Issue
Block a user