summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: b7e5c006e6a2f0214a04b1dc2b0e81679b84b12d (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
% Common layout settings.
\environment fonts_env
\environment lsr_env
\enabletrackers[fonts.missing]

\startproduct main

\mainlanguage[en]

% Common module shared by all.
% @see http://wiki.contextgarden.net/Dummy_text
% \usemodule[visual]

% \showlayout
% \showsetups
% \showgrid
% \showmakeup
\showframe
% \showbodyfontenvironment
%\showbodyfont

\component title

\startfrontmatter
  \setuplayout[wide]
  \completecontent
\stopfrontmatter

\startbodymatter
  \setuplayout[reset]
  \component introduction
  \component background
  \component hls
  \component scheduling
  \component pipelining
  \component dynamic
  \component schedule
  \component conclusion
\stopbodymatter

\startbackmatter
  \setuplayout[wide]
  \chapter{Bibliography}
  \placelistofpublications
\stopbackmatter

\stopproduct