blob: 5be4cf6918bc9b0e07c1e23ec051b9ceb4328574 (
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
50
51
|
\usemodule[present-stepper]
\starttext
\TitlePage{Stepwise\\Refinement}
\Topics{Topics}
\Topic{Female Artists}
\StartSteps
\startitemize
\item Fiona Apple \FlushStep
\item Tori Amos \FlushStep
\item Kate Bush \FlushStep
\item Heather Nova \FlushStep
\item Alanis Morissette \FlushStep
\item Suzanne Vega \FlushStep
\stopitemize
\StopSteps
\Topic{Male Composers}
\StartSteps
\startitemize
\item John Adams \FlushStep
\item Steve Reich \FlushStep
\item Louis Andriessen \FlushStep
\item Olivier Messiaen \FlushStep
\stopitemize
\StopSteps
\Topic{And Some More}
\StartSteps
\startitemize
\item Mark Hollis \FlushStep
\item Roger Waters \FlushStep
\item David Gilmore \FlushStep
\item Peter Gabriel \FlushStep
\item Randy Newman \FlushStep
\stopitemize
\StopSteps
\stoptext
|