X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.pre;h=1b2af12fc422a064f4c9597db40d8e1f30ecbc81;hb=d87a4fd64d0bb48c3b42f46f7ea8806627b65c4d;hp=87fd6a03383ec0d95d23530afae2b7bb81222c56;hpb=0318eb1b212df7d3980f268f03429936d2f1d617;p=msc-thesis1617.git diff --git a/thesis.pre b/thesis.pre index 87fd6a0..1b2af12 100644 --- a/thesis.pre +++ b/thesis.pre @@ -1,28 +1,33 @@ -\documentclass[a4paper]{book} +\documentclass[twoside,a4paper,titlepage]{book} -\usepackage[british]{babel} \usepackage{geometry} % Papersize +\usepackage[british]{babel} % Internationalization \usepackage[titletoc]{appendix} % Appendices -\usepackage{rutitlepage/rutitlepage} % Titlepage \usepackage{hyperref} % Hyperlinks \usepackage{booktabs} % Better looking tables -\usepackage{todonotes} % Todo's \usepackage{caption} % Captions \usepackage{subcaption} % Subcaptions -\usepackage{lipsum} % dummy text \usepackage{listings} % source code \usepackage{float} % floating images \usepackage{lmodern} % Better teletype fonts \usepackage{textcomp} % Nice listings quotes +\usepackage{pgf-umlsd} % Connection diagrams +\usepackage{graphicx} % Graphics +\usepackage{epstopdf} % Eps graphics +\usepackage{etoolbox} % Patch chapter command + +\patchcmd{\chapter}{plain}{headings}{}{} + +\usetikzlibrary{arrows,shadows} \graphicspath{{img/}} -\urlstyle{same} +\urlstyle{tt} \hypersetup{% - pdftitle={iTasks and the Internet of Things}, + pdftitle={Task Oriented Programming and the Internet of Things}, pdfauthor={Mart Lubbers}, - pdfsubject={iTasks and the Internet of Things}, + pdfsubject={Task Oriented Programming and the Internet of Things}, pdfcreator={Mart Lubbers}, pdfproducer={Mart Lubbers}, pdfkeywords={TOP,iTasks,Clean,Function Programming,IoT}, @@ -31,6 +36,7 @@ \pdfstringdefDisableCommands{% \def\acrlong#1{}% + \def\acrlongpl#1{}% \def\acrshort#1{}% \def\acrfull#1{}% \def\gls#1{}% @@ -58,6 +64,7 @@ {\\}{{$\lambda\:$}}1 {A.}{{$\forall\;\,$}}1 {E.}{{$\exists\;\,$}}1 + {*}{{$^*$}}1 % {>}{{$>$}}1 % {<}{{$<$}}1 % {<=}{{$\leq$}}1 @@ -91,22 +98,25 @@ \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} +\setcounter{secnumdepth}{3} + +\title{Task Oriented Programming and the Internet of Things} \author{Mart Lubbers BSc.\\ {\small\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}}} \date{\today}