add toc, todo and outline
authorMart Lubbers <mart@martlubbers.net>
Fri, 3 Feb 2017 15:30:58 +0000 (16:30 +0100)
committerMart Lubbers <mart@martlubbers.net>
Fri, 3 Feb 2017 15:31:01 +0000 (16:31 +0100)
.gitignore
thesis.pre
thesis.tex

index 88d301f..5ab9eed 100644 (file)
@@ -3,3 +3,7 @@
 *.log
 *.fmt
 *.out
+*.bbl
+*.blg
+*.tdo
+*.toc
index 69a3ddd..948e7f0 100644 (file)
@@ -4,6 +4,7 @@
 \usepackage{rutitlepage/rutitlepage}
 \usepackage{hyperref}
 
+\urlstyle{same}
 \hypersetup{
        pdftitle={iTasks and the Internet of Things},
        pdfauthor={Mart Lubbers},
@@ -14,6 +15,8 @@
        hidelinks=true
 }
 
+\usepackage{todonotes}
+
 \title{iTasks and the Internet of Things}
 \author{Mart Lubbers BSc.\\{\small\url{mart@martlubbers.net}}}
 \date{\today}
index 4bcd938..df7945a 100644 (file)
@@ -6,5 +6,14 @@
        authorstext={Author:},
        righttextheader={Supervisors:},
        righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}]
-Hello world!
+%\listoftodos[Todo]
+\tableofcontents
+
+\chapter{Introduction}
+\chapter{Methods}
+\chapter{Results}
+\chapter{Conclusion \& Discussion}
+
+\bibliographystyle{ieeetr}
+\bibliography{thesis}
 \end{document}