present-grow-001.tex /size: 2279 b    last modification: 2020-07-01 14:35
1\usemodule[present-grow]
2
3\def\SomeSymbol#1#2{\definedfont[ContextNavigation at #1]\fontcharbyindex{#2}}
4
5\setupcombinations[distance=\FrameOffset,inbetween=\vskip\FrameOffset]
6
7\starttext
8
9\TitlePage{Some Famous Symbols}
10
11\Topic{Symbols}
12
13\StartSample
14  \startcombination[2*2]
15    {\SomeSymbol{5cm}{1}} {}
16    {\SomeSymbol{5cm}{3}} {}
17    {\SomeSymbol{5cm}{2}} {}
18    {\SomeSymbol{5cm}{4}} {}
19  \stopcombination
20\StopSample
21
22\Topic{Previous}
23
24\StartIdea
25  \StartSample
26    \SomeSymbol{7cm}{1}
27  \StopSample
28  \StartText
29    This symbol can be used to indicate a hyperlink to a
30    previous page.
31  \StopText
32\StopIdea
33
34\StartIdea
35  \StartSubText
36    As one can expect there is also a symbol for going to
37    the next page.
38  \StopSubText
39\StopIdea
40
41\Topic{Previous}
42
43\StartIdea
44  \StartSample
45    \SomeSymbol{9cm}{2}
46  \StopSample
47  \StartText
48     This symbol is actually just a mirrored version of the
49     first symbol we showed.
50  \StopText
51\StopIdea
52
53\NoTopic
54
55\StartText
56  Is this nice or not?
57\StopText
58
59\Topic{First and Last}
60
61\StartSample
62  \SomeSymbol{11cm}{3}
63\StopSample
64
65\StartSample
66  \SomeSymbol{11cm}{4}
67\StopSample
68
69\StartIdea
70  \StartSample
71    \SomeSymbol{5cm}{3}
72  \StopSample
73  \StartText
74    A few screens back, we saw this symbol.
75  \StopText
76\StopIdea
77
78\StartIdea
79  \StartSubText
80    This symbol represents the beginning of something.
81  \StopSubText
82\StopIdea
83
84\StartIdea
85  \StartSample
86    \SomeSymbol{5cm}{4}
87  \StopSample
88  \StartSubText
89    Just like this one represents an end.
90  \StopSubText
91\StopIdea
92
93\StartIdea
94  \StartSubText
95    They look just like the symbols found on audio and
96    video players.
97  \StopSubText
98\StopIdea
99
100\Topic{Summary}
101
102\StartIdea
103  \StartSample
104    \SomeSymbol{6cm}{1}
105  \StopSample
106  \StartText
107    So we have a symbol for previous \unknown
108  \StopText
109\StopIdea
110
111\StartIdea
112  \StartSample
113    \SomeSymbol{6cm}{2}
114  \StopSample
115  \StartSubText
116    \unknown\ and one for next \unknown
117  \StopSubText
118\StopIdea
119
120\StartIdea
121  \StartSample
122    \SomeSymbol{6cm}{3}
123  \StopSample
124  \StartSubText
125    \unknown\ and yet another for first \unknown
126  \StopSubText
127\StopIdea
128
129\StartIdea
130  \StartSample
131    \SomeSymbol{6cm}{4}
132  \StopSample
133  \StartSubText
134    \unknown\ and of course for last.
135  \StopSubText
136\StopIdea
137
138\stoptext
139