summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/workflows/workflows-style.tex
blob: f29129fcdd1a82b9d7755f6228d3b028a91c584d (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
48
49
\startenvironment workflows-style

\usemodule
  [abr-03]

\setupbodyfont
  [bookman,11pt]

\definecolor
  [maincolor]
  [s=.35]

\setuplayout
  [height=middle,
   width=middle,
   footer=0pt]

\setupwhitespace
  [big]

\setuphead
  [chapter]
  [style=\bfc,
   color=maincolor,
   header=high]

\setuphead
  [section]
  [style=\bfb,
   color=maincolor]

\setuptyping
  [color=maincolor]

\setuptype
  [color=maincolor]

\setupdocument
  [metadata:author=<author>,
   metadata:title=<title>,
   author=<author>,
   affiliation=<affiliation>,
   location=<location>,
   title=<title>,
   extra=<extra>,
   support=<support>,
   website=<website>]

\stopenvironment