Start structure
This commit is contained in:
56
main.tex
56
main.tex
@@ -1,26 +1,66 @@
|
||||
\documentclass[a4paper]{book}
|
||||
\documentclass[a4paper, 11pt]{memoir}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[french]{babel}
|
||||
\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}
|
||||
|
||||
\usepackage{pdfpages}
|
||||
\newtheorem{theorem}{Theorem}
|
||||
\newtheorem{lemma}{Lemma}
|
||||
\theoremstyle{definition}
|
||||
\newtheorem{definition}{Definition}
|
||||
|
||||
\title{}
|
||||
\author{}
|
||||
\date{}
|
||||
\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
|
||||
|
Reference in New Issue
Block a user