2017-12-19 14:25:47 +00:00
|
|
|
\documentclass[a4paper, 11pt]{memoir}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\usepackage[utf8x]{inputenc}
|
|
|
|
\usepackage[french,english]{babel}
|
2017-12-18 16:36:57 +00:00
|
|
|
%\usepackage[UKenglish]{babel}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage{libertine}
|
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\pagestyle{fancy}
|
|
|
|
|
|
|
|
\usepackage[pagebackref]{hyperref}
|
|
|
|
\renewcommand*{\backref}[1]{}
|
|
|
|
\renewcommand*{\backrefalt}[4]{\small Citations: \S{} #4}
|
|
|
|
\hypersetup{colorlinks=true, linkcolor=black!50!blue, citecolor=black!50!green, breaklinks=true}
|
|
|
|
|
2017-12-18 16:36:57 +00:00
|
|
|
\usepackage{amsmath, amssymb, mathrsfs}
|
|
|
|
\usepackage{amsthm}
|
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\newtheorem{theorem}{Theorem}
|
|
|
|
\newtheorem{lemma}{Lemma}
|
|
|
|
\theoremstyle{definition}
|
|
|
|
\newtheorem{definition}{Definition}
|
|
|
|
|
2017-12-18 16:36:57 +00:00
|
|
|
\usepackage{pdfpages}
|
2017-12-19 14:25:47 +00:00
|
|
|
\usepackage{xspace}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\input macros
|
|
|
|
|
|
|
|
\title{Cryptographie protégeant la vie privée avec des fonctionnalité avancées}
|
|
|
|
\author{Fabrice Mouhartem}
|
|
|
|
\date{\today}
|
2017-12-18 16:36:57 +00:00
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
\pagenumbering{roman}
|
|
|
|
\includepdf{garde.pdf}
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
%%%%%%%%%%%%%
|
|
|
|
% Décidaces %
|
|
|
|
%%%%%%%%%%%%%
|
|
|
|
\cleardoublepage
|
|
|
|
\vspace*{\stretch{1}}
|
|
|
|
\begin{flushright}
|
|
|
|
À \ldots
|
|
|
|
\end{flushright}
|
|
|
|
\vspace*{\stretch{2}}
|
|
|
|
|
2017-12-18 16:36:57 +00:00
|
|
|
\input acknowledgements
|
|
|
|
|
2017-12-19 14:25:47 +00:00
|
|
|
\input abstract
|
|
|
|
|
|
|
|
\tableofcontents
|
|
|
|
\addcontentsline{toc}{chapter}{Contents}
|
|
|
|
|
|
|
|
\input chap-introduction
|
|
|
|
|
|
|
|
\part{Background and definitions}
|
|
|
|
\input chap-lattices
|
|
|
|
|
|
|
|
\input chap-pairings
|
|
|
|
|
|
|
|
\bibliographystyle{alpha}
|
|
|
|
\bibliography{these.bib}
|
2017-12-18 16:36:57 +00:00
|
|
|
\end{document}
|
2017-12-19 14:25:47 +00:00
|
|
|
% vim: spl=en
|