From 39bcfdc55a09e437482768903f6093ab1dd60a61 Mon Sep 17 00:00:00 2001 From: Carlo Zancanaro Date: Wed, 17 Oct 2012 15:39:40 +1100 Subject: More work on the thesis itself. --- tex/thesis/thesis.tex | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'tex/thesis/thesis.tex') diff --git a/tex/thesis/thesis.tex b/tex/thesis/thesis.tex index 844e321..8f64c07 100644 --- a/tex/thesis/thesis.tex +++ b/tex/thesis/thesis.tex @@ -37,6 +37,7 @@ \usepackage{xcolor} \usepackage{xspace} \usepackage{stmaryrd,tikz} +\usepackage{tabularx} \usepackage{float} \floatstyle{boxed} @@ -44,6 +45,8 @@ \lstset{language={Python}, literate={<=}{$\le$}{1}}%, frame=tlrb} \usetikzlibrary{arrows} + +\newcommand\D{\mathbb{D}} \newcommand\R{\mathbb{R}} \newcommand\Z{\mathbb{Z}} \newcommand\CZ{\overline{\Z}} @@ -134,20 +137,20 @@ \renewcommand{\thepage}{\arabic{page}} \setupParagraphs -%\input{introduction/introduction.tex} -%\input{litreview/litreview.tex} +\input{introduction/introduction.tex} +\input{litreview/litreview.tex} \input{contribution/contribution.tex} -%\input{evaluation/evaluation.tex} -%\input{experiments/experiments.tex} -%\input{results/results.tex} -%\input{conclusion/conclusion.tex} +\input{evaluation/evaluation.tex} +\input{experiments/experiments.tex} +\input{results/results.tex} +\input{conclusion/conclusion.tex} %%%%%%%%%%%% % End % Bibliography -\bibliographystyle{abbrvnat}%style/mybibstyle} +\bibliographystyle{abbrvnat} %style/mybibstyle} { \setstretch{1.25} \cleardoublepage -- cgit v1.2.3