The slides class is easy to use.
- Start with
\documentclass{slides}.
- Surround the document with
\begin{document} and \end{document} commands.
- Surround the text that you want to appear on each slide with
\begin{slide} and \end{slide} commands.
- Preview the slides to see where best to break the material between slides.
2002-02-28