camil's comment chp5
[msc-thesis1617.git] / thesis.pre
index e9a8ce2..1b2af12 100644 (file)
@@ -6,7 +6,6 @@
 \usepackage[titletoc]{appendix}      % Appendices
 \usepackage{hyperref}                % Hyperlinks
 \usepackage{booktabs}                % Better looking tables
-\usepackage{todonotes}               % Todo's
 \usepackage{caption}                 % Captions
 \usepackage{subcaption}              % Subcaptions
 \usepackage{listings}                % source code
@@ -16,6 +15,9 @@
 \usepackage{pgf-umlsd}               % Connection diagrams
 \usepackage{graphicx}                % Graphics
 \usepackage{epstopdf}                % Eps graphics
+\usepackage{etoolbox}                % Patch chapter command
+
+\patchcmd{\chapter}{plain}{headings}{}{}
 
 \usetikzlibrary{arrows,shadows}
 
@@ -23,9 +25,9 @@
 
 \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},
        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}