toc: chapter instead of parts
This commit is contained in:
parent
2d95b8367c
commit
cc44791f6a
@ -1,3 +1,3 @@
|
|||||||
\chapter*{Conclusion}
|
\chapter*{Conclusion}
|
||||||
\addcontentsline{toc}{part}{Conclusion}
|
\addcontentsline{toc}{chapter}{Conclusion}
|
||||||
\addcontentsline{tof}{part}{Conclusion}
|
\addcontentsline{tof}{chapter}{Conclusion}
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
\chapter{Pairing-Based Dynamic Group Signatures} \label{ch:sigmasig}
|
\chapter{Pairing-Based Dynamic Group Signatures} \label{ch:sigmasig}
|
||||||
\addcontentsline{tof}{chapter}{\protect\numberline{\thechapter} Signatures de groupe dynamique à base de couplages}
|
\addcontentsline{tof}{chapter}{\protect\numberline{\thechapter} Signatures de groupe dynamique à base de couplages}
|
||||||
|
|
||||||
|
This section present the result of~\cite{LMPY16}
|
||||||
|
6
main.tex
6
main.tex
@ -125,11 +125,11 @@
|
|||||||
|
|
||||||
\bibliographystyle{alphaabbr}
|
\bibliographystyle{alphaabbr}
|
||||||
\bibliography{these.bib}
|
\bibliography{these.bib}
|
||||||
\addcontentsline{tof}{part}{Bibliographie}
|
\addcontentsline{tof}{chapter}{Bibliographie}
|
||||||
\printindex
|
\printindex
|
||||||
\addcontentsline{tof}{part}{Index en anglais}
|
\addcontentsline{tof}{chapter}{Index en anglais}
|
||||||
\backmatter
|
\backmatter
|
||||||
\listoffigures
|
\listoffigures
|
||||||
\addcontentsline{tof}{part}{Liste des figures}
|
\addcontentsline{tof}{chapter}{Liste des figures}
|
||||||
\end{document}
|
\end{document}
|
||||||
% vim: spl=en
|
% vim: spl=en
|
||||||
|
Loading…
Reference in New Issue
Block a user