%\documentclass[a4paper, 11pt, draft]{memoir} \documentclass[a4paper, 11pt]{memoir} \usepackage[utf8x]{inputenc} \usepackage[french,english]{babel} %\usepackage[UKenglish]{babel} \usepackage[T1]{fontenc} \usepackage{makeidx} \makeindex % Customization \usepackage{lmodern} \usepackage{libertine} \usepackage{inconsolata} \chapterstyle{madsen} \usepackage{subfig} \usepackage{float} \floatstyle{boxed} \restylefloat{figure} \usepackage{xcolor, graphicx} \usepackage{multirow} \usepackage[pagebackref]{hyperref} \renewcommand*{\backref}[1]{} \renewcommand*{\backrefalt}[4]{\small Citations: \S{}~#4} \hypersetup{colorlinks=true, linkcolor=black!50!blue, urlcolor=black!50!red, 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} % For theorem style \usepackage{thmtools} \usepackage{thm-restate} \usepackage[capitalise]{cleveref} \usepackage{comment} \usepackage{tikz} \usetikzlibrary{positioning,patterns,shapes} % theorems, definitions \declaretheorem[numberwithin=chapter]{theorem} \declaretheorem[sibling=theorem]{lemma} \declaretheorem[numberwithin=chapter,style=definition]{definition} \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} \label{pa:gs-ac} \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