structure
This commit is contained in:
parent
85a225ac34
commit
1eea2e6630
26
main.tex
26
main.tex
@ -12,27 +12,36 @@
|
|||||||
\usepackage{xcolor, graphicx}
|
\usepackage{xcolor, graphicx}
|
||||||
\usepackage[pagebackref]{hyperref}
|
\usepackage[pagebackref]{hyperref}
|
||||||
\renewcommand*{\backref}[1]{}
|
\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{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
|
% numbering
|
||||||
\setsecnumdepth{subsection}
|
\setsecnumdepth{subsection}
|
||||||
\maxtocdepth {subsection}
|
\maxtocdepth {subsection}
|
||||||
|
\setlength{\parskip}{5pt}
|
||||||
|
\usepackage{enumerate}
|
||||||
|
|
||||||
\usepackage{amsmath, amssymb, mathrsfs}
|
\usepackage{amsmath, amssymb, mathrsfs}
|
||||||
\usepackage{amsthm}
|
\usepackage{amsthm}
|
||||||
\usepackage{comment}
|
\usepackage{comment}
|
||||||
|
\usepackage{tikz}
|
||||||
|
\usetikzlibrary{positioning}
|
||||||
|
|
||||||
\newtheorem{theorem}{Theorem}
|
% theorems, definitions
|
||||||
\newtheorem{lemma}{Lemma}
|
\newtheorem{theorem}{Theorem}[chapter]
|
||||||
|
\newtheorem{lemma}{Lemma}[chapter]
|
||||||
\theoremstyle{definition}
|
\theoremstyle{definition}
|
||||||
\newtheorem{definition}{Definition}
|
\newtheorem{definition}{Definition}[chapter]
|
||||||
|
|
||||||
\usepackage{pdfpages}
|
\usepackage{pdfpages}
|
||||||
\usepackage{xspace}
|
\usepackage{xspace}
|
||||||
|
|
||||||
\input macros
|
\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}
|
\author{Fabrice Mouhartem}
|
||||||
\date{\today}
|
\date{\today}
|
||||||
|
|
||||||
@ -57,6 +66,7 @@
|
|||||||
\cleardoublepage
|
\cleardoublepage
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
\mainmatter
|
\mainmatter
|
||||||
|
\pagestyle{plain}
|
||||||
|
|
||||||
\input chap-introduction
|
\input chap-introduction
|
||||||
|
|
||||||
@ -79,9 +89,11 @@
|
|||||||
|
|
||||||
\input chap-OT-LWE
|
\input chap-OT-LWE
|
||||||
|
|
||||||
\part*{Conclusion}
|
\input chap-conclusion
|
||||||
|
|
||||||
\bibliographystyle{alpha}
|
\bibliographystyle{alphaabbr}
|
||||||
\bibliography{these.bib}
|
\bibliography{these.bib}
|
||||||
|
\backmatter
|
||||||
|
\listoffigures
|
||||||
\end{document}
|
\end{document}
|
||||||
% vim: spl=en
|
% vim: spl=en
|
||||||
|
Loading…
Reference in New Issue
Block a user