Presentations in LaTeX

Basic Document Structure

  \documentclass{beamer}

  \title{Here is my Title}
  \author{Christina Huggins}
  \date{July 15th, 2005}

  \begin{document}

  \begin{frame}
  \frametitle{Optional Title for My Slide}
  Here is one slide.
  \end{frame}

  \begin{frame}
  Here is another slide.
  \end{frame}

  \end{document} 


...prev
next...

Views:

[Preview] [Continuous/One Page]

[Slideshow]


Contents:




About this document