diff options
Diffstat (limited to 'thesis.tex')
| -rw-r--r-- | thesis.tex | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/thesis.tex b/thesis.tex new file mode 100644 index 0000000..a9f48b0 --- /dev/null +++ b/thesis.tex @@ -0,0 +1,82 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% 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 + +%\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$ Jan 2017} % Custom header text +\fancyfoot[RO,LE]{\thepage} % Custom footer text + +\usepackage{titling} % Customizing the title section + +\usepackage{amsmath} + +\usepackage{hyperref} % For hyperlinks in the PDF + +\usepackage[backend=biber]{biblatex} + +\bibliography{thesis} + +\input{content/title} + +\begin{document} + +% Print the title +\maketitle + +\input{content/introduction} + +\input{content/cmix} + +\input{content/bibliography} + +\end{document}
\ No newline at end of file |
