present-tiles-001.tex /size: 579 b    last modification: 2020-07-01 14:35
1\usemodule[present-tiles]
2
3\startdocument[title=Whatever We\\Want Here,subtitle=Whatever We\\Want There]
4
5\dorecurse {12} {
6    \starttopic[title=Topic #1]
7        \input tufte
8        \blank[3*line]
9        \bold{Buttons (roll-over in acrobat):}
10        \blank[line]
11        \starttabulate[|T||]
12            \NC click left  top    \NC home      \NC \NR
13            \NC click right top    \NC contents  \NC \NR
14            \NC click left  bottom \NC previous  \NC \NR
15            \NC click left  bottom \NC next page \NC \NR
16        \stoptabulate
17    \stoptopic
18}
19
20\stopdocument
21