Add french TOC and ZK part
This commit is contained in:
13
main.tex
13
main.tex
@ -35,7 +35,7 @@
|
||||
\setlength{\parskip}{5pt}
|
||||
\usepackage{enumerate}
|
||||
|
||||
\usepackage{amsmath, amssymb, mathrsfs}
|
||||
\usepackage{amsmath, amssymb, mathrsfs, mathtools}
|
||||
\usepackage{amsthm} % For theorem style
|
||||
\usepackage{thmtools}
|
||||
\usepackage{thm-restate}
|
||||
@ -54,6 +54,7 @@
|
||||
\usepackage{pdfpages}
|
||||
\usepackage{xspace}
|
||||
|
||||
\input frtoc
|
||||
\input macros
|
||||
|
||||
\title{Privacy-preserving cryptography from pairings and lattices}
|
||||
@ -78,6 +79,8 @@
|
||||
|
||||
\input acknowledgements
|
||||
|
||||
\cleardoublepage
|
||||
\frenchtableofcontents
|
||||
\cleardoublepage
|
||||
\tableofcontents
|
||||
|
||||
@ -88,6 +91,9 @@
|
||||
\input chap-introduction
|
||||
|
||||
\part{Background}
|
||||
\label{pa:background}
|
||||
\addcontentsline{tof}{part}{\protect\numberline{\thepart} Préliminaires}
|
||||
|
||||
\input chap-proofs
|
||||
|
||||
\input chap-structures
|
||||
@ -96,12 +102,14 @@
|
||||
|
||||
\part{Group Signatures and Anonymous Credentials}
|
||||
\label{pa:gs-ac}
|
||||
\addcontentsline{tof}{part}{\protect\numberline{\thepart} Signatures de groupe et accréditations anonymes}
|
||||
|
||||
\input chap-sigmasig
|
||||
|
||||
\input chap-GS-LWE
|
||||
|
||||
\part{Group Encryption and Adaptive Oblivious Transfer}
|
||||
\addcontentsline{tof}{part}{\protect\numberline{\thepart} Chiffrement de groupe et transfert inconscient adaptatif}
|
||||
|
||||
\input chap-GE-LWE
|
||||
|
||||
@ -111,8 +119,11 @@
|
||||
|
||||
\bibliographystyle{alphaabbr}
|
||||
\bibliography{these.bib}
|
||||
\addcontentsline{tof}{part}{Bibliographie}
|
||||
\printindex
|
||||
\addcontentsline{tof}{part}{Index en anglais}
|
||||
\backmatter
|
||||
\listoffigures
|
||||
\addcontentsline{tof}{part}{Liste des figures}
|
||||
\end{document}
|
||||
% vim: spl=en
|
||||
|
Reference in New Issue
Block a user