summaryrefslogtreecommitdiff
path: root/doc/context/presentations/examples/present-windows-001.tex
blob: 3a08ff4af8998d25da46230327a09e6c5fea4ef8 (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
\usemodule[present-windows]

\starttext

\setupbodyfont[12pt]

\TitlePage{Quotes, Quotes\\and more quotes}

\StartIdea
    \StartSample
        sample: \input knuth \par
    \StopSample
    \StartText
        \Topic{Tufte}
        text: \input tufte \par
    \StopText
\StopIdea

\StartIdea
    \StartSample
        sample: \input materie \par
    \StopSample
    \StartText
        text: \input reich   \par
    \StopText
\StopIdea

\StartText
    text: \input tufte \par
\StopText

\StartIdea
    \StartSample
        sample: \input knuth \par
    \StopSample
    \StartText
        text: \input tufte \par
    \StopText
\StopIdea

\stoptext