From ea8a7bd5377b91e1c18c6cb81104e3412fdd9408 Mon Sep 17 00:00:00 2001 From: Maxime Alves LIRMM Date: Thu, 31 Aug 2023 06:18:21 +0900 Subject: [PATCH] =?UTF-8?q?(new)=20d=C3=A9placement=20de=20la=20partie=20"?= =?UTF-8?q?bibliographie"=20dans=20un=20fichier=20d=C3=A9di=C3=A9=20(secti?= =?UTF-8?q?ons/bibliography.tex)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sections/bibliography.tex | 11 +++++++++++ thesis.tex | 11 +---------- 2 files changed, 12 insertions(+), 10 deletions(-) create mode 100644 sections/bibliography.tex 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