Create your slides using MoinMoin
- A wiki slideshow consists of a parent page and its subpages (the slides).
- Order your slides using a simple numbering scheme.
- Change to slideshow view by clicking on "Slideshow"
- Return to normal view by clicking on "Wiki"
- Go to the first slide by clicking on "Start"
All the usual formatting works: italics and bold, superscripted text, subscripted text, typewriter text
Normal links currently break out of the BarryCorneliusSlideshow view mode
Styles in projection.css
@import url("moinmoin.css");
body { font-size: 22pt; }
h1 { font-size: 32pt; }
h2 { font-size: 28pt; }
h3 { font-size: 24pt; }
h4 { font-size: 20pt; }
h5 { font-size: 18pt; }
tt,pre { font-size: 18pt; }
div.navigation {
font-size: 16pt;
padding-top: 8pt;
padding-bottom: 8pt;
}
BarryCorneliusSlideshowHandOut (last edited 2005-07-20 09:34:08 by BarryCornelius)