X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=thesis.pre;h=493ff0e4622d8ad912f0a0511f51e3221525b4f8;hb=fcef9f5c5b6021ac424b19c44b4bda608eceaf40;hp=5bce7f78bf71ecba17247d42aeee7bbd301042f8;hpb=8c96bdcdd19c4c3cbe9f86357508f5efb7169cc5;p=msc-thesis1617.git diff --git a/thesis.pre b/thesis.pre index 5bce7f7..493ff0e 100644 --- a/thesis.pre +++ b/thesis.pre @@ -1,16 +1,13 @@ -\documentclass[a4paper]{book} +\documentclass[twoside,a4paper,titlepage]{book} -\usepackage[british]{babel} -\usepackage{makeidx} % Index \usepackage{geometry} % Papersize +\usepackage[british]{babel} % Internationalization \usepackage[titletoc]{appendix} % Appendices \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 @@ -18,18 +15,21 @@ \usepackage{pgf-umlsd} % Connection diagrams \usepackage{graphicx} % Graphics \usepackage{epstopdf} % Eps graphics +\usepackage{todonotes} % Todo notes +\usepackage{etoolbox} % Todo notes -\usetikzlibrary{arrows,shadows} +%\patchcmd{\chapter}{plain}{headings}{}{} +\patchcmd{\chapter}{plain}{headings}{}{} -\makeindex% +\usetikzlibrary{arrows,shadows} \graphicspath{{img/}} \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}, @@ -116,7 +116,7 @@ language=Clean } -\title{iTasks and the Internet of Things} +\title{Task Oriented Programming and the Internet of Things} \author{Mart Lubbers BSc.\\ {\small\href{mailto:mart@martlubbers.net}{mart@martlubbers.net}}} \date{\today}