ma-cb-colofon.tex /size: 1870 b    last modification: 2020-07-01 14:35
1\startcomponent ma-cb-colophon
2
3\unprotect
4
5\startmakeup[\v!standard]
6
7    % This reference is needed for the interactive version.
8
9    \pagereference[colofon]
10
11    % We align the text in the middle.
12
13    \setupalign
14        [\v!middle]
15
16    % We use the default \framed macro but add a background. For most
17    % texts an offset of 20pt is adequate.
18
19    \defineframed
20        [colofon]
21        [\c!frame=\v!off,
22         \c!background=basic-shape-dark,
23         \c!rulethickness=10pt,
24         \c!align=\v!middle,
25         \c!offset=15pt]
26
27    \bfa \setupinterlinespace
28
29    \doifsomething {\documentvariable{author}} {
30
31        \dontleavehmode \startframed[colofon]
32            \labeltext{document:author}:\space
33            \documentvariable{author}
34        \stopframed
35
36        \vfill
37
38    }
39
40    \doifsomething {\documentvariable{translator}} {
41
42        \dontleavehmode \startframed[colofon]
43            \labeltext{document:translations}:\space
44            \documentvariable{translator}
45        \stopframed
46
47        \vfill
48
49    }
50
51    \doifsomething {\documentvariable{contributer}} {
52
53        \dontleavehmode \startframed[colofon]
54            \labeltext{document:contributions}:\space
55            \documentvariable{contributer}
56        \stopframed
57
58        \vfill
59
60    }
61
62    \dontleavehmode \startframed[colofon]
63        \labeltext{document:design}:\space
64        Hans Hagen
65    \stopframed
66
67    \vfill
68
69    \dontleavehmode \startframed[colofon]
70        \labeltext{document:illustrations}:\space
71        Johan Jonker
72    \stopframed
73
74    \vfill
75
76    \dontleavehmode \startframed[colofon][offset=25pt]
77        PRAGMA ADE\\
78        Ridderstraat 27\\
79        8061GH Hasselt NL\\
80        www.pragma-ade.com
81    \stopframed
82
83    \vfill
84
85    \dontleavehmode \startframed[colofon]
86        \currentdate
87    \stopframed
88
89    \vfill
90
91\stopmakeup
92
93\protect
94
95\stopcomponent
96