diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-17 15:39:40 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-10-17 15:39:40 +1100 |
commit | 39bcfdc55a09e437482768903f6093ab1dd60a61 (patch) | |
tree | cc6f205a3cb61d361063d5a328b0fe2af0dc9f3d /tex/thesis/thesis.tex | |
parent | b172bf1d48d415ecfc62d81981f4c65ea54a3187 (diff) |
More work on the thesis itself.
Diffstat (limited to 'tex/thesis/thesis.tex')
-rw-r--r-- | tex/thesis/thesis.tex | 17 |
1 files changed, 10 insertions, 7 deletions
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 |