summaryrefslogtreecommitdiffstats
path: root/main.tex
blob: c9ee69b1adcea2c309b94ff248d37e46670bd130 (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
% Common layout settings.
\environment fonts_env
\environment lsr_env
\enabletrackers[fonts.missing]

\startproduct main

\mainlanguage[en]

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

\component title

\startfrontmatter
  \completecontent
\stopfrontmatter

\startbodymatter
  \component introduction
  \component background
  \component hls
  \component scheduling
  \component pipelining
  \component dynamic
  \component schedule
  \component conclusion
\stopbodymatter

\startbackmatter
  \chapter{Bibliography}
  \placelistofpublications
\stopbackmatter

\stopproduct