summaryrefslogtreecommitdiffstats
path: root/title.tex
blob: 4571680cb1de86def5977537931a1be35bb1010d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
\startcomponent title
\product main

\setuplayout[wide]

\definemakeup[title][align=middle]

\startmakeup[title]
  {\switchtobodyfont[30pt,ss] Formal Verification of \blank[medium] High-Level Synthesis}
  \blank[1cm]
  {\bfb\ss Late Stage Review}
  \blank[2cm]
  {\rma Yann Herklotz Grave}
  \blank[5cm]

  % http://wiki.contextgarden.net/Command/currentdate
  {\bf Imperial College London}\blank
  \currentdate[month,year]
  \blank[5cm]

  \startalignment[flushleft]
    \setupinterlinespace[3.8ex]
    \starttabulate[format={|l|l|}]
      \NC \bold{Supervisor} \NC John Wickerson \NC \NR
      \NC \bold{CID}        \NC 01062783       \NC \NR
    \stoptabulate
  \stopalignment
\stopmakeup

\stopcomponent