From f69476121f7741d51a7d82725fc6a816f51b5c19 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 3 Feb 2017 16:30:58 +0100 Subject: [PATCH] add toc, todo and outline --- .gitignore | 4 ++++ thesis.pre | 3 +++ thesis.tex | 11 ++++++++++- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 88d301f..5ab9eed 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,7 @@ *.log *.fmt *.out +*.bbl +*.blg +*.tdo +*.toc diff --git a/thesis.pre b/thesis.pre index 69a3ddd..948e7f0 100644 --- a/thesis.pre +++ b/thesis.pre @@ -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} diff --git a/thesis.tex b/thesis.tex index 4bcd938..df7945a 100644 --- a/thesis.tex +++ b/thesis.tex @@ -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} -- 2.20.1