From 1e316c9a7437580f499453cdafbb0c7433a46b88 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sat, 18 Aug 2018 14:14:55 +0200 Subject: Processes review comments. --- thesis.tex | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'thesis.tex') diff --git a/thesis.tex b/thesis.tex index 3d9a85d..046d4d6 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} -- cgit v1.2.3-70-g09d2