thesis/main.tex
2017-12-22 09:43:05 +01:00

68 lines
1.3 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}
\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}
\includepdf{garde.pdf}
\frontmatter
%%%%%%%%%%%%%
% Décidaces %
%%%%%%%%%%%%%
\cleardoublepage
\vspace*{\stretch{1}}
\begin{flushright}
À \ldots
\end{flushright}
\vspace*{\stretch{2}}
\input acknowledgements
\input abstract
\cleardoublepage
\tableofcontents
\mainmatter
\input chap-introduction
\part{Background and Definitions}
\input chap-lattices
\input chap-pairings
\bibliographystyle{alpha}
\bibliography{these.bib}
\end{document}
% vim: spl=en