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 SlideShow view mode

The Navigation macro

  • Inserts navigational elements
  • Up/First/Prev/Next/Last to navigate within the slides
  • Toggle for browse and wiki mode
  • Loads projection.css in browse mode (larger fonts)

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;
}

Conclusion

  • (!) As you can see, it's very easy to create a slide show using wiki!

MoinMoin: SlideShowHandOut (last edited 2013-09-12 08:48:57 by ThomasWaldmann)