diff --git a/sections/bibliography.tex b/sections/bibliography.tex new file mode 100644 index 0000000..822aae0 --- /dev/null +++ b/sections/bibliography.tex @@ -0,0 +1,11 @@ +\chapter*{Bibliographie} +\addcontentsline{toc}{chapter}{Bibliographie} +\markboth{Bibliographie}{Bibliographie} +\printbibliography[heading=subbibliography, type=book,title={Livres}] +\sloppy +\printbibliography[heading=subbibliography, filter=papers,title={Articles}] +\fussy +\printbibliography[heading=subbibliography, type=thesis,title={Thèses et mémoires}] +\printbibliography[heading=subbibliography, type=online,title={Pages web}] +\printbibliography[heading=subbibliography, type=movie,title={Films}] + diff --git a/thesis.tex b/thesis.tex index d8ac815..7d42b7f 100644 --- a/thesis.tex +++ b/thesis.tex @@ -105,16 +105,7 @@ \printglossary[title=Glossaire,toctitle=Glossaire] - \chapter*{Bibliographie} - \addcontentsline{toc}{chapter}{Bibliographie} - \markboth{Bibliographie}{Bibliographie} - \printbibliography[heading=subbibliography, type=book,title={Livres}] - \sloppy - \printbibliography[heading=subbibliography, filter=papers,title={Articles}] - \fussy - \printbibliography[heading=subbibliography, type=thesis,title={Thèses et mémoires}] - \printbibliography[heading=subbibliography, type=online,title={Pages web}] - \printbibliography[heading=subbibliography, type=movie,title={Films}] + \include{sections/bibliography} \cleardoublepage \listoffigures