\documentclass[a4paper, 11pt]{memoir} \usepackage[utf8x]{inputenc} \usepackage[french,english]{babel} %\usepackage[UKenglish]{babel} \usepackage[T1]{fontenc} \usepackage{libertine} \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} \usepackage{amsmath, amssymb, mathrsfs} \usepackage{amsthm} \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} \pagenumbering{roman} \includepdf{garde.pdf} \pagestyle{empty} %%%%%%%%%%%%% % Décidaces % %%%%%%%%%%%%% \cleardoublepage \vspace*{\stretch{1}} \begin{flushright} À \ldots \end{flushright} \vspace*{\stretch{2}} \input acknowledgements \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} \end{document} % vim: spl=en