%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Journal Article % LaTeX Template % Version 1.4 (15/5/16) % % This template has been downloaded from: % http://www.LaTeXTemplates.com % % Original author: % Frits Wenneker (http://www.howtotex.com) with extensive modifications by % Vel (vel@LaTeXTemplates.com) % % License: % CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/) % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %---------------------------------------------------------------------------------------- % PACKAGES AND OTHER DOCUMENT CONFIGURATIONS %---------------------------------------------------------------------------------------- \documentclass[twoside,twocolumn]{article} \usepackage{blindtext} % Package to generate dummy text throughout this template \usepackage[sc]{mathpazo} % Use the Palatino font \usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs \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{booktabs} % Horizontal rules in tables \usepackage{lettrine} % The lettrine is the first enlarged letter at the beginning of the text \usepackage{enumitem} % Customized lists \setlist[itemize]{noitemsep} % Make itemize lists more compact \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 \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 %\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{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 \fancyfoot[RO,LE]{\thepage} % Custom footer text \usepackage{titling} % Customizing the title section \usepackage[toc,page]{appendix} \usepackage{amsmath} \usepackage{hyperref} % For hyperlinks in the PDF \usepackage[backend=biber,citestyle=numeric]{biblatex} \addbibresource{thesis.bib} \usepackage{pdfpages} \usepackage{csquotes} \usepackage{textgreek} \usepackage{listings} \lstset{ basicstyle=\small\ttfamily, columns=flexible, breaklines=true } \newcommand{\cmix}[0] { \emph{cMix}\xspace } \input{content/title} \begin{document} % Print the title \maketitle \input{content/introduction} \input{content/cmix} \input{content/implementation} \input{content/cmix_additions} \input{content/results} \input{content/discussion} \input{content/conclusion} \input{content/bibliography} \input{appendices/appendix} \end{document}