X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Report.tex;h=765e25da90c108c210eec0116fcbba55db86fcad;hp=4941ad786932be5b7f72c2b12ac1eaef9237e607;hb=80a551fc36abe4bcd6852d7c58c338c1e8e60302;hpb=739ce1c1508dcc7a7612f789de11e45945dcb1d2 diff --git a/Report.tex b/Report.tex index 4941ad7..765e25d 100644 --- a/Report.tex +++ b/Report.tex @@ -2,12 +2,15 @@ \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] @@ -16,13 +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 + \input Chapters/Introduction +\input Chapters/Context \input Chapters/HardwareDescription \input Chapters/Prototype \input Chapters/Normalization -\input Chapters/State +\input Chapters/Future \stoptext