structure

This commit is contained in:
Fabrice Mouhartem 2018-01-23 15:35:28 +01:00
parent 85a225ac34
commit 1eea2e6630

View File

@ -12,27 +12,36 @@
\usepackage{xcolor, graphicx}
\usepackage[pagebackref]{hyperref}
\renewcommand*{\backref}[1]{}
\renewcommand*{\backrefalt}[4]{\small Citations: \S{} #4}
\renewcommand*{\backrefalt}[4]{\small Citations: \S{}~#4}
\hypersetup{colorlinks=true, linkcolor=black!50!blue, citecolor=black!50!green, breaklinks=true}
\hypersetup{pdftitle={Privacy-preserving cryptography from pairings and lattices},
pdfauthor={Fabrice Mouhartem},
pdfsubject={Cryptography}}
\usepackage{microtype}
% numbering
\setsecnumdepth{subsection}
\maxtocdepth {subsection}
\setlength{\parskip}{5pt}
\usepackage{enumerate}
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage{amsthm}
\usepackage{comment}
\usepackage{tikz}
\usetikzlibrary{positioning}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
% theorems, definitions
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}{Lemma}[chapter]
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\newtheorem{definition}{Definition}[chapter]
\usepackage{pdfpages}
\usepackage{xspace}
\input macros
\title{Cryptographie protégeant la vie privée avec des fonctionnalité avancées}
\title{Privacy-preserving cryptography from pairings and lattices}
\author{Fabrice Mouhartem}
\date{\today}
@ -57,6 +66,7 @@
\cleardoublepage
\tableofcontents
\mainmatter
\pagestyle{plain}
\input chap-introduction
@ -79,9 +89,11 @@
\input chap-OT-LWE
\part*{Conclusion}
\input chap-conclusion
\bibliographystyle{alpha}
\bibliographystyle{alphaabbr}
\bibliography{these.bib}
\backmatter
\listoffigures
\end{document}
% vim: spl=en