thesis/main.tex

68 lines
1.3 KiB
TeX
Raw Normal View History

2017-12-19 14:25:47 +00:00
\documentclass[a4paper, 11pt]{memoir}
2017-12-18 16:36:57 +00:00
2017-12-19 14:25:47 +00:00
\usepackage[utf8x]{inputenc}
\usepackage[french,english]{babel}
2017-12-18 16:36:57 +00:00
%\usepackage[UKenglish]{babel}
\usepackage[T1]{fontenc}
\usepackage{libertine}
2017-12-22 08:43:05 +00:00
% Customization
\chapterstyle{madsen}
2017-12-19 14:25:47 +00:00
2017-12-22 08:43:05 +00:00
\usepackage{xcolor, graphicx}
2017-12-19 14:25:47 +00:00
\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}
2017-12-18 16:36:57 +00:00
\usepackage{amsmath, amssymb, mathrsfs}
\usepackage{amsthm}
2017-12-19 14:25:47 +00:00
\newtheorem{theorem}{Theorem}
\newtheorem{lemma}{Lemma}
\theoremstyle{definition}
\newtheorem{definition}{Definition}
2017-12-18 16:36:57 +00:00
\usepackage{pdfpages}
2017-12-19 14:25:47 +00:00
\usepackage{xspace}
2017-12-18 16:36:57 +00:00
2017-12-19 14:25:47 +00:00
\input macros
\title{Cryptographie protégeant la vie privée avec des fonctionnalité avancées}
\author{Fabrice Mouhartem}
\date{\today}
2017-12-18 16:36:57 +00:00
\begin{document}
\includepdf{garde.pdf}
2017-12-22 08:43:05 +00:00
\frontmatter
2017-12-18 16:36:57 +00:00
2017-12-19 14:25:47 +00:00
%%%%%%%%%%%%%
% Décidaces %
%%%%%%%%%%%%%
\cleardoublepage
\vspace*{\stretch{1}}
\begin{flushright}
À \ldots
\end{flushright}
\vspace*{\stretch{2}}
2017-12-18 16:36:57 +00:00
\input acknowledgements
2017-12-19 14:25:47 +00:00
\input abstract
2017-12-22 08:43:05 +00:00
\cleardoublepage
2017-12-19 14:25:47 +00:00
\tableofcontents
2017-12-22 08:43:05 +00:00
\mainmatter
2017-12-19 14:25:47 +00:00
\input chap-introduction
2017-12-22 08:43:05 +00:00
\part{Background and Definitions}
2017-12-19 14:25:47 +00:00
\input chap-lattices
\input chap-pairings
\bibliographystyle{alpha}
\bibliography{these.bib}
2017-12-18 16:36:57 +00:00
\end{document}
2017-12-19 14:25:47 +00:00
% vim: spl=en