thesis/main.tex
2018-01-15 12:56:09 +01:00

88 lines
1.6 KiB
TeX

\documentclass[a4paper, 11pt]{memoir}
\usepackage[utf8x]{inputenc}
\usepackage[french,english]{babel}
%\usepackage[UKenglish]{babel}
\usepackage[T1]{fontenc}
\usepackage{libertine}
% Customization
\chapterstyle{madsen}
\usepackage{xcolor, graphicx}
\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}
% numbering
\setsecnumdepth{subsection}
\maxtocdepth {subsection}
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage{amsthm}
\usepackage{comment}
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
\usepackage{pdfpages}
\usepackage{xspace}
\input macros
\title{Cryptographie protégeant la vie privée avec des fonctionnalité avancées}
\author{Fabrice Mouhartem}
\date{\today}
\begin{document}
\includepdf{garde.pdf}
\frontmatter
%%%%%%%%%%%%%
% Décidaces %
%%%%%%%%%%%%%
\cleardoublepage
\vspace*{\stretch{1}}
\begin{flushright}
À \ldots
\end{flushright}
\vspace*{\stretch{2}}
\input abstract
\input acknowledgements
\cleardoublepage
\tableofcontents
\mainmatter
\input chap-introduction
\part{Background}
\input chap-proofs
\input chap-structures
\input chap-ZK
\part{Group Signatures and Anonymous Credentials}
\input chap-sigmasig
\input chap-GS-LWE
\part{Group Encryption and Adaptive Oblivious Transfer}
\input chap-GE-LWE
\input chap-OT-LWE
\part*{Conclusion}
\bibliographystyle{alpha}
\bibliography{these.bib}
\end{document}
% vim: spl=en