From cc44791f6a9fc92a3fb7559d488a484a6cddfdda Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Wed, 11 Apr 2018 18:00:51 +0200 Subject: [PATCH] toc: chapter instead of parts --- chap-conclusion.tex | 4 ++-- chap-sigmasig.tex | 2 ++ main.tex | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/chap-conclusion.tex b/chap-conclusion.tex index e569c97..0289003 100644 --- a/chap-conclusion.tex +++ b/chap-conclusion.tex @@ -1,3 +1,3 @@ \chapter*{Conclusion} -\addcontentsline{toc}{part}{Conclusion} -\addcontentsline{tof}{part}{Conclusion} +\addcontentsline{toc}{chapter}{Conclusion} +\addcontentsline{tof}{chapter}{Conclusion} diff --git a/chap-sigmasig.tex b/chap-sigmasig.tex index b24b212..9ee7a72 100644 --- a/chap-sigmasig.tex +++ b/chap-sigmasig.tex @@ -1,2 +1,4 @@ \chapter{Pairing-Based Dynamic Group Signatures} \label{ch:sigmasig} \addcontentsline{tof}{chapter}{\protect\numberline{\thechapter} Signatures de groupe dynamique à base de couplages} + +This section present the result of~\cite{LMPY16} diff --git a/main.tex b/main.tex index 627e74a..b0e0948 100644 --- a/main.tex +++ b/main.tex @@ -125,11 +125,11 @@ \bibliographystyle{alphaabbr} \bibliography{these.bib} -\addcontentsline{tof}{part}{Bibliographie} +\addcontentsline{tof}{chapter}{Bibliographie} \printindex -\addcontentsline{tof}{part}{Index en anglais} +\addcontentsline{tof}{chapter}{Index en anglais} \backmatter \listoffigures -\addcontentsline{tof}{part}{Liste des figures} +\addcontentsline{tof}{chapter}{Liste des figures} \end{document} % vim: spl=en