X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Report.tex;h=765e25da90c108c210eec0116fcbba55db86fcad;hp=9afc655905160b335e1ecde042073c601cfce6ac;hb=80a551fc36abe4bcd6852d7c58c338c1e8e60302;hpb=e2390ce94654b72a58df041780df04746c839e20 diff --git a/Report.tex b/Report.tex index 9afc655..765e25d 100644 --- a/Report.tex +++ b/Report.tex @@ -1,10 +1,16 @@ \mainlanguage [en] \setuppapersize[A4][A4] +% Enable interaction (clickable links), but don't use special link colors. +\setupinteraction[state=start,color=,contrastcolor=] +% Enable interaction in the table of contents as well +\setupcombinedlist[content][interaction=all] \input Utils/Fonts \input Utils/Formats \input Utils/Lambda \input Utils/Shortcuts +\input Utils/Metapost +\input Utils/Fixme \usetypescript [Custom] @@ -13,12 +19,17 @@ \starttext % TODO: Proper title page -\title {From Haskell to Hardware - a Master's thesis} +\title {Haskell as a higher order structural hardware description language.} Matthijs Kooijman +\todo{Complete titlepage} + \completecontent -\chapter{Introduction} + +\input Chapters/Introduction +\input Chapters/Context \input Chapters/HardwareDescription +\input Chapters/Prototype \input Chapters/Normalization -\input Chapters/State +\input Chapters/Future \stoptext