From 610b3f96ec31ee6192d46767dedae9d9efaedf9b Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Sun, 28 May 2017 18:34:44 +0200 Subject: lots of small changes to the thesis. --- thesis.tex | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'thesis.tex') diff --git a/thesis.tex b/thesis.tex index 72a50b6..e96650a 100644 --- a/thesis.tex +++ b/thesis.tex @@ -43,6 +43,11 @@ \renewcommand{\abstractnamefont}{\normalfont\bfseries} % Set the "Abstract" text to bold \renewcommand{\abstracttextfont}{\normalfont\small\itshape} % Set the abstract itself to small italic text +\hyphenpenalty=10000 +\hbadness=10000 + +\usepackage{tabularx} + %\usepackage{titlesec} % Allows customization of titles %\renewcommand\thesection{\Roman{section}} % Roman numerals for the sections %\renewcommand\thesubsection{\roman{subsection}} % roman numerals for subsections @@ -58,6 +63,8 @@ \usepackage{titling} % Customizing the title section +\usepackage[toc,page]{appendix} + \usepackage{amsmath} \usepackage{hyperref} % For hyperlinks in the PDF @@ -78,6 +85,11 @@ columns=flexible, breaklines=true } +\newcommand{\cmix}[0] +{ + \emph{cMix}\xspace +} + \input{content/title} \begin{document} @@ -91,6 +103,7 @@ breaklines=true \input{content/cmix_additions} \input{content/results} \input{content/discussion} +\input{content/conclusion} \input{content/bibliography} \input{appendices/appendix} -- cgit v1.2.3-70-g09d2