Resources for LaTeXLaTeXLaTeX packagesSlides

Slides

LaTeX's article and letter document classes are the most commonly used. There are also report and book document classes, which are good for very long documents.

Here is an example of how to use the slides document class, which is useful for producing transparencies for the overhead projector.

\documentclass{slides}
\begin{document}
\begin{slide}
\begin{center}
    A sample slide
\end{center}
\begin{itemize}
\item Slides automatically come out 
      in a large font.
\item This font is expressly designed 
      to be legible when displayed via 
      the overhead projector.
\item Avoid overloading the audience: 
      do not put too many lines on one slide.
\end{itemize}
\end{slide}
\end{document}

Here are some warnings about using slides for a lecture:

If you want to make very fancy slides, you might try the seminar package. If you are going to display a talk via computer projection, you might try the package pdfscreen or the package prosper.


logo The Math 696 course pages were last modified April 5, 2005.
These pages are copyright © 1995-2005 by Harold P. Boas. All rights reserved.
 
Resources for LaTeXLaTeXLaTeX packagesSlides