From: Mart Lubbers Date: Fri, 3 Feb 2017 15:21:59 +0000 (+0100) Subject: add hyperref X-Git-Tag: hand-in~159 X-Git-Url: https://git.martlubbers.net/?a=commitdiff_plain;h=633ce9a10540bf5b1c2ae9e42e10412967839076;p=msc-thesis1617.git add hyperref --- diff --git a/.gitignore b/.gitignore index e8b9825..88d301f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.pdf *.log *.fmt +*.out diff --git a/thesis.pre b/thesis.pre index 06c951a..69a3ddd 100644 --- a/thesis.pre +++ b/thesis.pre @@ -2,7 +2,18 @@ \usepackage{geometry} \usepackage{rutitlepage/rutitlepage} +\usepackage{hyperref} + +\hypersetup{ + pdftitle={iTasks and the Internet of Things}, + pdfauthor={Mart Lubbers}, + pdfsubject={iTasks and the Internet of Things}, + pdfcreator={Mart Lubbers}, + pdfproducer={Mart Lubbers}, + pdfkeywords={TOP,iTasks,Clean,Function Programming,IoT}, + hidelinks=true +} \title{iTasks and the Internet of Things} -\author{Mart Lubbers BSc.} +\author{Mart Lubbers BSc.\\{\small\url{mart@martlubbers.net}}} \date{\today} diff --git a/thesis.tex b/thesis.tex index 47a699d..4bcd938 100644 --- a/thesis.tex +++ b/thesis.tex @@ -5,6 +5,6 @@ institute={Radboud University Nijmegen}, authorstext={Author:}, righttextheader={Supervisors:}, - righttext={prof.~dr.~dr.h.c~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] + righttext={prof.~dr.~dr.h.c.~ir.~M.J.~Plasmeijer\\dr.~P.W.M.~Koopman}] Hello world! \end{document}