\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 \usetypescript [Custom] % Use our custom typeface \switchtotypeface [Custom] [10pt] \starttext % TODO: Proper title page \title {From Haskell to Hardware - a Master's thesis} Matthijs Kooijman \completecontent \input Chapters/Introduction \input Chapters/HardwareDescription \input Chapters/Prototype \input Chapters/Normalization \input Chapters/State \stoptext