diff options
| author | Dennis Brentjes <dennis@brentj.es> | 2018-08-18 14:14:55 +0200 |
|---|---|---|
| committer | Dennis Brentjes <dennis@brentj.es> | 2018-09-02 21:56:20 +0200 |
| commit | 1e316c9a7437580f499453cdafbb0c7433a46b88 (patch) | |
| tree | 918079a02069294d7043412280e95a003de464f0 /thesis.tex | |
| parent | 23968a760efa6e03e8d47fbff108ec5aae010fe3 (diff) | |
| download | thesis-1e316c9a7437580f499453cdafbb0c7433a46b88.tar.gz thesis-1e316c9a7437580f499453cdafbb0c7433a46b88.tar.bz2 thesis-1e316c9a7437580f499453cdafbb0c7433a46b88.zip | |
Processes review comments.
Diffstat (limited to 'thesis.tex')
| -rw-r--r-- | thesis.tex | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -28,10 +28,12 @@ \linespread{1.05} % Line spacing - Palatino needs more space between lines \usepackage{microtype} % Slightly tweak font spacing for aesthetics + \usepackage[english]{babel} % Language hyphenation and typographical rules \usepackage[hmarginratio=1:1,top=32mm,columnsep=20pt]{geometry} % Document margins \usepackage[hang, small,labelfont=bf,up,textfont=it,up]{caption} % Custom captions under/above floats in tables or figures +\usepackage{subcaption} \usepackage{booktabs} % Horizontal rules in tables \usepackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text @@ -41,6 +43,13 @@ \usepackage{longtable} +\usepackage{tocloft} + +\renewcommand\cftsecfont{\small} +\renewcommand\cftsecpagefont{\small} +\setlength{\cftbeforesecskip}{6pt} + + \usepackage{abstract} % Allows abstract customization \renewcommand{\abstractnamefont}{\normalfont\bfseries} % Set the "Abstract" text to bold \renewcommand{\abstracttextfont}{\normalfont\small\itshape} % Set the abstract itself to small italic text @@ -88,6 +97,8 @@ \usepackage{needspace} +\usepackage{cleveref} + \usepackage{listings} \lstset{ basicstyle=\small\ttfamily, @@ -99,7 +110,12 @@ breaklines=true \newcommand{\cmix}[0] { - \emph{cMix}\xspace + \!\emph{cMix}\xspace +} + +\newcommand{\elgamal}[0] +{ + \text{ElGamal} } \input{content/title} @@ -111,6 +127,7 @@ breaklines=true \input{content/introduction} \input{content/cmix} +\input{content/related_work} \input{content/implementation} \input{content/cmix_additions} \input{content/results} |
