workflows-style.tex /size: 711 b    last modification: 2021-10-28 13:50
1% language=us runpath=texruns:manuals/workflows
2
3\startenvironment workflows-style
4
5\usemodule
6  [abr-03]
7
8\setupbodyfont
9  [bookman,11pt]
10
11\definecolor
12  [maincolor]
13  [s=.35]
14
15\setuplayout
16  [height=middle,
17   width=middle,
18   footer=0pt]
19
20\setupwhitespace
21  [big]
22
23\setuphead
24  [chapter]
25  [style=\bfc,
26   color=maincolor,
27   header=high]
28
29\setuphead
30  [section]
31  [style=\bfb,
32   color=maincolor]
33
34\setuptyping
35  [color=maincolor]
36
37\setuptype
38  [color=maincolor]
39
40\setupdocument
41  [metadata:author=<author>,
42   metadata:title=<title>,
43   author=<author>,
44   affiliation=<affiliation>,
45   location=<location>,
46   title=<title>,
47   extra=<extra>,
48   support=<support>,
49   website=<website>]
50
51\stopenvironment
52