Corrections
- WI - overfull hbox - other stuff
This commit is contained in:
18
main.tex
18
main.tex
@ -3,7 +3,7 @@
|
||||
\semiisopage
|
||||
|
||||
%% Highlight overfull hbox
|
||||
\overfullrule=1mm
|
||||
%\overfullrule=1mm
|
||||
%% Show labels
|
||||
%\usepackage{showkeys}
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
% Customization
|
||||
\usepackage{lmodern}
|
||||
\usepackage{libertine}
|
||||
\usepackage{inconsolata}
|
||||
\usepackage[scaled=.87]{inconsolata}
|
||||
\chapterstyle{madsen}
|
||||
|
||||
\usepackage{subfig}
|
||||
@ -25,12 +25,20 @@
|
||||
\floatstyle{boxed}
|
||||
\restylefloat{figure}
|
||||
|
||||
\let\theoldbibliography\thebibliography
|
||||
\renewcommand\thebibliography[1]{
|
||||
\theoldbibliography{#1}
|
||||
\setlength{\parskip}{0pt}
|
||||
\setlength{\itemsep}{4pt plus 0.3ex}
|
||||
\small
|
||||
}
|
||||
|
||||
\usepackage{xcolor, graphicx}
|
||||
\usepackage{multirow}
|
||||
\usepackage[pagebackref]{hyperref}
|
||||
\renewcommand*{\backref}[1]{}
|
||||
\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{colorlinks=true, linkcolor=black!50!blue, urlcolor=black!50!red, citecolor=black!50!purple, breaklinks=true}
|
||||
\hypersetup{pdftitle={Privacy-preserving cryptography from pairings and lattices},
|
||||
pdfauthor={Fabrice Mouhartem},
|
||||
pdfsubject={Cryptography}}
|
||||
@ -84,14 +92,14 @@
|
||||
\cleardoublepage
|
||||
\vspace*{\stretch{1}}
|
||||
\begin{flushright}
|
||||
À \ldots
|
||||
%À \ldots
|
||||
\end{flushright}
|
||||
\vspace*{\stretch{2}}
|
||||
%%%%%%%%%%%%%
|
||||
|
||||
\input abstract
|
||||
|
||||
\input acknowledgements
|
||||
%\input acknowledgements
|
||||
|
||||
%\cleardoublepage
|
||||
%\frenchtableofcontents
|
||||
|
Reference in New Issue
Block a user