formatting and acknowledgements
[msc-thesis1617.git] / thesis.pre
index 7e46909..f785c55 100644 (file)
@@ -1,10 +1,10 @@
-\documentclass[a4paper]{book}
+\documentclass[twoside,a4paper,titlepage]{book}
 
 \usepackage[british]{babel}
 
+\usepackage{makeidx}                 % Index
 \usepackage{geometry}                % Papersize
 \usepackage[titletoc]{appendix}      % Appendices
-\usepackage{rutitlepage/rutitlepage} % Titlepage
 \usepackage{hyperref}                % Hyperlinks
 \usepackage{booktabs}                % Better looking tables
 \usepackage{todonotes}               % Todo's
@@ -16,6 +16,8 @@
 \usepackage{lmodern}                 % Better teletype fonts
 \usepackage{textcomp}                % Nice listings quotes
 \usepackage{pgf-umlsd}               % Connection diagrams
+\usepackage{graphicx}                % Graphics
+\usepackage{epstopdf}                % Eps graphics
 
 \usetikzlibrary{arrows,shadows}
 
@@ -62,6 +64,7 @@
                {\\}{{$\lambda\:$}}1
                {A.}{{$\forall\;\,$}}1
                {E.}{{$\exists\;\,$}}1
+               {*}{{$^*$}}1
 %              {>}{{$>$}}1
 %              {<}{{$<$}}1
 %              {<=}{{$\leq$}}1
 \newcommand{\CI}[1]{\lstinline[language=Clean,basicstyle=\ttfamily\fontseries{l}\normalsize]|#1|}
 
 \lstset{%
-       breakatwhitespace=false,                        % sets if automatic breaks should only happen at whitespace
-       breaklines=true,                                % sets automatic line breaking
-       captionpos=b,                                   % sets the caption-position to bottom
-       keepspaces=true,                                % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)
-       basicstyle=\ttfamily\fontseries{l}\footnotesize,% the size of the fonts that are used for the code
-       commentstyle=\itshape\fontseries{m},            % comment style
-       keywordstyle=\bfseries\fontseries{b},           % keyword style
-       stringstyle=\ttfamily,                          % string literal style
-       showspaces=false,                               % show spaces everywhere adding particular underscores; it overrides 'showstringspaces'
-       showstringspaces=false,                         % underline spaces within strings only
-       showtabs=false,                                 % show tabs within strings adding particular underscores
-       tabsize=4,                                      % sets default tabsize to 2 spaces
-       frame=L
+       breakatwhitespace=false,
+       breaklines=true,
+       captionpos=b,
+       keepspaces=true,
+       basicstyle=\ttfamily\fontseries{l}\footnotesize,
+       commentstyle=\itshape\fontseries{m},
+       keywordstyle=\bfseries\fontseries{b},
+       stringstyle=\ttfamily,
+       showspaces=false,
+       showstringspaces=false,
+       showtabs=false,
+       tabsize=4,
+       frame=L,
+       language=Clean
 }
 
 \title{iTasks and the Internet of Things}