How to Use the Slides Class

The slides class is easy to use.

  1. Start with \documentclass{slides}.
  2. Surround the document with \begin{document} and \end{document} commands.
  3. Surround the text that you want to appear on each slide with \begin{slide} and \end{slide} commands.
  4. Preview the slides to see where best to break the material between slides.


2002-02-28