From 3f0796e617a9b88ca0c364617c8395870df27c70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Restori?= Date: Wed, 12 Sep 2012 18:31:06 +0200 Subject: [PATCH] Move glossaries and bibliography before appendices --- latex/TM.tex | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/latex/TM.tex b/latex/TM.tex index e0d0980..e734ba0 100644 --- a/latex/TM.tex +++ b/latex/TM.tex @@ -124,18 +124,19 @@ J'ai vite été confronté a quelque limitations : la mémoire de l'Arduino ne p \listoffigures +\chapter*{Bibliographie} +\addcontentsline{toc}{chapter}{Bibliographie} +\nocite{*} +\section*{Images} +\printbibliography[heading=none,keyword=image] + +\glsadd{DIYg} +\printglossary[type=\acronymtype,title=Acronymes,toctitle=Acronymes] +\newpage +\printglossary[type=main,title=Glossaire,toctitle=Glossaire] + \appendix \appendixpage \addappheadtotoc -\glsadd{DIYg} -\printglossary[numberedsection,heading=none,type=\acronymtype,title=Acronymes,toctitle=Acronymes] -\newpage -\printglossary[numberedsection,type=main,title=Glossaire,toctitle=Glossaire] - -\chapter{Bibliographie} -\nocite{*} -\section{Images} -\printbibliography[heading=none,keyword=image] - \end{document}