(new) déplacement de la partie "bibliographie" dans un fichier dédié (sections/bibliography.tex)
This commit is contained in:
parent
18191ad53f
commit
ea8a7bd537
|
@ -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}]
|
||||||
|
|
11
thesis.tex
11
thesis.tex
|
@ -105,16 +105,7 @@
|
||||||
|
|
||||||
\printglossary[title=Glossaire,toctitle=Glossaire]
|
\printglossary[title=Glossaire,toctitle=Glossaire]
|
||||||
|
|
||||||
\chapter*{Bibliographie}
|
\include{sections/bibliography}
|
||||||
\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}]
|
|
||||||
|
|
||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\listoffigures
|
\listoffigures
|
||||||
|
|
Loading…
Reference in New Issue