From 1eea2e66308ef8e7f508418f05a3f37609a8692b Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 23 Jan 2018 15:35:28 +0100 Subject: [PATCH] structure --- main.tex | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/main.tex b/main.tex index 9be80da..4f6a35e 100644 --- a/main.tex +++ b/main.tex @@ -12,27 +12,36 @@ \usepackage{xcolor, graphicx} \usepackage[pagebackref]{hyperref} \renewcommand*{\backref}[1]{} -\renewcommand*{\backrefalt}[4]{\small Citations: \S{} #4} +\renewcommand*{\backrefalt}[4]{\small Citations: \S{}~#4} \hypersetup{colorlinks=true, linkcolor=black!50!blue, 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} \usepackage{comment} +\usepackage{tikz} +\usetikzlibrary{positioning} -\newtheorem{theorem}{Theorem} -\newtheorem{lemma}{Lemma} +% theorems, definitions +\newtheorem{theorem}{Theorem}[chapter] +\newtheorem{lemma}{Lemma}[chapter] \theoremstyle{definition} -\newtheorem{definition}{Definition} +\newtheorem{definition}{Definition}[chapter] \usepackage{pdfpages} \usepackage{xspace} \input macros -\title{Cryptographie protégeant la vie privée avec des fonctionnalité avancées} +\title{Privacy-preserving cryptography from pairings and lattices} \author{Fabrice Mouhartem} \date{\today} @@ -57,6 +66,7 @@ \cleardoublepage \tableofcontents \mainmatter +\pagestyle{plain} \input chap-introduction @@ -79,9 +89,11 @@ \input chap-OT-LWE -\part*{Conclusion} +\input chap-conclusion -\bibliographystyle{alpha} +\bibliographystyle{alphaabbr} \bibliography{these.bib} +\backmatter +\listoffigures \end{document} % vim: spl=en