summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: f1df50505c3feac07571afeccef19ffc8e3b2590 (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
\startproduct main

% Common layout settings.
\environment fonts_env
\environment lsr_env
\enabletrackers[fonts.missing]

\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
  \completecontent
\stopfrontmatter

\startbodymatter
  \setupinterlinespace[small]
  \component introduction
  \component background
  \component hls
  \component scheduling
\stopbodymatter

\startbackmatter
  \startchapter[title=Bibliography]
    \placelistofpublications
  \stopchapter
\stopbackmatter

\stopproduct