blob: 046c35cc1e4c5c27a4ef5a491657113bd0972c2e (
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
|
\startmodule[art-01]
% \showframe
\unprotect
\setuplayout
[\c!topspace=2cm,
\c!bottomspace=2.5cm,
\c!width=\v!middle,
\c!height=\v!middle,
\c!footer=0pt]
\setupbodyfont
[dejavu]
\setupwhitespace
[\v!big]
\setuphead
[\v!chapter]
[\c!style=\bfc,
\c!headerstate=\v!high,
\c!interaction=\v!all]
\setuphead
[\v!section]
[\c!style=\bfb]
\setuphead
[\v!subsection]
[\c!style=\bfa]
\setuphead
[\v!subsubsection]
[\c!style=\bf,
\c!after=]
\setuplist
[\c!interaction=\v!all]
\protect
\stopmodule
|