summaryrefslogtreecommitdiff
path: root/doc/context/presentations/examples/present-tiles-001.tex
blob: ca9799a718616b037c6e16e1e90834db68bfeb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\usemodule[present-tiles]

\startdocument[title=Whatever We\\Want Here,subtitle=Whatever We\\Want There]

\dorecurse {12} {
    \starttopic[title=Topic #1]
        \input tufte
        \blank[3*line]
        \bold{Buttons (roll-over in acrobat):}
        \blank[line]
        \starttabulate[|T||]
            \NC click left  top    \NC home      \NC \NR
            \NC click right top    \NC contents  \NC \NR
            \NC click left  bottom \NC previous  \NC \NR
            \NC click left  bottom \NC next page \NC \NR
        \stoptabulate
    \stoptopic
}

\stopdocument