diff options
author | Hans Hagen <pragma@wxs.nl> | 2016-10-25 10:54:32 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2016-10-25 10:54:32 +0200 |
commit | f0bc9c17c5298a3a4645f28a39273f52c27c646a (patch) | |
tree | 89360fdd95a8e80462c740a3d6c0ae379c22bc63 /doc/context/presentations/examples/present-tiles-001.tex | |
parent | f46e5a9b112dd6c1601fd1734b03064b4336a262 (diff) | |
download | context-f0bc9c17c5298a3a4645f28a39273f52c27c646a.tar.gz |
2016-10-25 10:03:00
Diffstat (limited to 'doc/context/presentations/examples/present-tiles-001.tex')
-rw-r--r-- | doc/context/presentations/examples/present-tiles-001.tex | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/context/presentations/examples/present-tiles-001.tex b/doc/context/presentations/examples/present-tiles-001.tex new file mode 100644 index 000000000..ca9799a71 --- /dev/null +++ b/doc/context/presentations/examples/present-tiles-001.tex @@ -0,0 +1,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 |