diff options
author | Thomas Jespersen <laumann.thomas@gmail.com> | 2015-01-03 15:07:51 +0100 |
---|---|---|
committer | Thomas Jespersen <laumann.thomas@gmail.com> | 2015-01-03 15:07:51 +0100 |
commit | d21615d1b6048676c7e7f2cb46c475c5741454a8 (patch) | |
tree | 995129c6c2654586f335127c7ba73605803cf3a8 | |
parent | 4e1f638e0a95fd89132d6846f21ae30ee44e1b1a (diff) |
-rw-r--r-- | report/report.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/report/report.tex b/report/report.tex index e52a8ee..bc99b83 100644 --- a/report/report.tex +++ b/report/report.tex @@ -1,4 +1,4 @@ -\documentclass[draft]{article} +\documentclass{article} \usepackage{graphicx} \usepackage{float} @@ -18,6 +18,7 @@ \usepackage{minted} \usepackage{array} \usepackage{fixme} +\usepackage{multirow} \usetikzlibrary{arrows,automata} %\newtheorem{theorem}{Theorem}[section] @@ -35,10 +36,11 @@ \item[\hskip \labelsep {\bfseries #1}]}{\end{trivlist}} \newminted{c}{fontsize=\footnotesize} +\newminted{text}{fontsize=\footnotesize} \usepackage{fancyhdr} \pagestyle{fancy} -\fancyhead[L]{\small Projekt} +\fancyhead[L]{\small Project} \fancyhead[R]{\small Thomas Bracht Laumann Jespersen} %\usepackage[thmmarks]{ntheorem} @@ -72,7 +74,7 @@ \begin{document} \maketitle -\listoffixmes +%\listoffixmes \section{Introduction}\label{sec:intro} \input{intro.tex} |