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