Modifications
This commit is contained in:
8
main.tex
8
main.tex
@ -4,6 +4,8 @@
|
||||
|
||||
%% Highlight overfull hbox
|
||||
\overfullrule=1mm
|
||||
%% Show labels
|
||||
%\usepackage{showkeys}
|
||||
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage[french,english]{babel}
|
||||
@ -27,7 +29,7 @@
|
||||
\usepackage{multirow}
|
||||
\usepackage[pagebackref]{hyperref}
|
||||
\renewcommand*{\backref}[1]{}
|
||||
\renewcommand*{\backrefalt}[4]{\small Citations: \S{}~#4}
|
||||
\renewcommand*{\backrefalt}[4]{\small Citations: \S{}~#2}
|
||||
\hypersetup{colorlinks=true, linkcolor=black!50!blue, urlcolor=black!50!red, citecolor=black!50!green, breaklinks=true}
|
||||
\hypersetup{pdftitle={Privacy-preserving cryptography from pairings and lattices},
|
||||
pdfauthor={Fabrice Mouhartem},
|
||||
@ -98,6 +100,10 @@
|
||||
\mainmatter
|
||||
\pagestyle{ruled}
|
||||
|
||||
\chapter{Introduction}
|
||||
\addcontentsline{tof}{chapter}{\protect\numberline{\thechapter} Introduction}
|
||||
\label{ch:introduction}
|
||||
|
||||
\input chap-introduction
|
||||
|
||||
\cleardoublepage
|
||||
|
Reference in New Issue
Block a user