diff options
Diffstat (limited to 'thesis.tex')
| -rw-r--r-- | thesis.tex | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -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} |
