thesis/main.tex
2018-02-02 14:38:10 +01:00

106 lines
2.0 KiB
TeX

\documentclass[a4paper, 11pt]{memoir}
\usepackage[utf8x]{inputenc}
\usepackage[french,english]{babel}
%\usepackage[UKenglish]{babel}
\usepackage[T1]{fontenc}
\usepackage{makeidx}
\makeindex
% Customization
\usepackage{libertine}
\usepackage{inconsolata}
\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}
\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,patterns,shapes}
% theorems, definitions
\newtheorem{theorem}{Theorem}[chapter]
\newtheorem{lemma}{Lemma}[chapter]
\theoremstyle{definition}
\newtheorem{definition}{Definition}[chapter]
\usepackage{pdfpages}
\usepackage{xspace}
\input macros
\title{Privacy-preserving cryptography from pairings and lattices}
\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
\input symbols
\mainmatter
\pagestyle{ruled}
\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
\input chap-conclusion
\bibliographystyle{alphaabbr}
\bibliography{these.bib}
\printindex
\backmatter
\listoffigures
\end{document}
% vim: spl=en