summaryrefslogtreecommitdiff
path: root/thesis.tex
diff options
context:
space:
mode:
authorDennis Brentjes <dennis@brentj.es>2018-09-04 19:28:20 +0200
committerDennis Brentjes <dennis@brentj.es>2018-09-07 00:21:35 +0200
commit4cf29b0c3beacafd8565ca5461381f53832688ed (patch)
treed70c95146ca8d72eb9017fce0e9c3e2e88308472 /thesis.tex
parent1e316c9a7437580f499453cdafbb0c7433a46b88 (diff)
downloadthesis-4cf29b0c3beacafd8565ca5461381f53832688ed.tar.gz
thesis-4cf29b0c3beacafd8565ca5461381f53832688ed.tar.bz2
thesis-4cf29b0c3beacafd8565ca5461381f53832688ed.zip
Applied Colins feedback.HEADmaster
Diffstat (limited to 'thesis.tex')
-rw-r--r--thesis.tex18
1 files changed, 12 insertions, 6 deletions
diff --git a/thesis.tex b/thesis.tex
index 046d4d6..7255d3d 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -45,8 +45,13 @@
\usepackage{tocloft}
-\renewcommand\cftsecfont{\small}
-\renewcommand\cftsecpagefont{\small}
+%\renewcommand\cftsecfont{\small}
+%\renewcommand\cftsecpagefont{\small}
+\renewcommand\cftsubsecfont{\small}
+\renewcommand\cftsubsecpagefont{\small}
+\renewcommand\cftsubsubsecfont{\small}
+\renewcommand\cftsubsubsecpagefont{\small}
+
\setlength{\cftbeforesecskip}{6pt}
@@ -70,12 +75,13 @@
%\renewcommand\thesubsection{\roman{subsection}} % roman numerals for subsections
%\titleformat{\section}[block]{\large\scshape\centering}{\thesection.}{1em}{} % Change the look of the section titles
%\titleformat{\subsection}[block]{\large}{\thesubsection.}{1em}{} % Change the look of the section titles
-
+\usepackage[en-US]{datetime2}
\usepackage{fancyhdr} % Headers and footers
+
\pagestyle{fancy} % All pages have headers and footers
\fancyhead{} % Blank out the default header
\fancyfoot{} % Blank out the default footer
-\fancyhead[C]{Benchmarking cMix $\bullet$ Jun 2017} % Custom header text
+\fancyhead[C]{Benchmarking cMix $\bullet$ Sep 2018} % Custom header text
\fancyfoot[RO,LE]{\thepage} % Custom footer text
\usepackage{titling} % Customizing the title section
@@ -110,12 +116,12 @@ breaklines=true
\newcommand{\cmix}[0]
{
- \!\emph{cMix}\xspace
+ \unskip\emph{cMix}\xspace
}
\newcommand{\elgamal}[0]
{
- \text{ElGamal}
+ \unskip\text{ElGamal}\xspace
}
\input{content/title}