Beamer (LaTeX)

LaTeX Beamer class

LaTeX Beamer presentation screenshot
Developer(s) Till Tantau, Joseph Wright, Vedran Miletić
Initial release March 2003 (2003-03)
Stable release
3.33 / December 25, 2013 (2013-12-25)
Repository bitbucket.org/rivanvx/beamer/src
Development status Active
Written in LaTeX, TeX
Operating system Unix-like, Windows
Platform TeX Live, MikTeX
Available in English, German, Croatian, Serbian
Type Presentation software
License LaTeX Project Public License, GNU General Public License
Website LaTeX Beamer class

Beamer is a LaTeX document class for creating slides for presentations. It supports both pdfLaTeX and LaTeX + dvips. The name is taken from the German word "Beamer" as a pseudo-anglicism for "video projector".

Method

The beamer class is not the first LaTeX class for creating presentations, and like many of its predecessors, it has special syntax for defining 'slides' (known in Beamer as 'frames'). Slides can be built up on-screen in stages as if by revealing text that was previously hidden or covered. This is handled with PDF output by creating successive pages that preserve the layout but add new elements, so that advancing to the next page in the PDF file appears to add something to the displayed page, when in fact it has redrawn the page.

Source code for beamer presentations, like any other LaTeX file, can be created using any text editor, but there is specific support for beamer syntax in AUCTeX and LyX.

Beamer supports syntax of other LaTeX presentation packages, including Prosper and Foils, by using compatibility packages.

Output options

Beamer provides the ability to make "handouts", that is a version of the output suitable for printing, without the dynamic features, so that the printed version of a slide shows the final version that will appear during the presentation. For actually putting more than one frame on the paper, the pgfpages package is to be used.

An "article" version is also available, rendered on standard sized paper (like A4 or letter), with frame titles used as paragraph titles, no special slide layout/colors, keeping the sectioning. This version is suitable for lecture notes or for having a single source file for an article and the slides for the talk about this article.

Dependencies

Beamer depends on PGF for some of its features.

See also

Further reading

External links

The Wikibook LaTeX has a page on the topic of: Presentations in LaTeX

Tutorials

This article is issued from Wikipedia - version of the 10/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.