From 633ce9a10540bf5b1c2ae9e42e10412967839076 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Fri, 3 Feb 2017 16:21:59 +0100 Subject: [PATCH] add hyperref --- .gitignore | 1 + thesis.pre | 13 ++++++++++++- thesis.tex | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) 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} -- 2.20.1