![]() LaTeX Beamer presentation screenshot | |
Developer(s) | Till Tantau, Joseph Wright, Vedran Miletić |
---|---|
Initial release | March 2003; 22 years ago (2003-03) |
Stable release | 3.63 / May 26, 2021; 3 years ago (2021-05-26) |
Repository | github |
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 | ctan |
Beamer is aLaTeX document class for creating presentation slides, with a wide range of templates and a set of features for making slideshow effects.
It supportspdfLaTeX,LaTeX +dvips,LuaLaTeX andXeLaTeX.[1] The name is taken from the German word "Beamer" as apseudo-anglicism for "video projector".
The Beamer class is not the firstLaTeX class for creating presentations, and like many of its predecessors (such asslides
,seminar
,prosper
,powerdot
),[2] 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 withPDF 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 merely redrawn the page.
The list of features supported by Beamer is quite long. The most important features, according to the user guide[1] are:
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 inAUCTeX andLyX.
Beamer supports syntax of other LaTeX presentation packages, includingProsper,Powerdot andFoils, by using compatibility packages.[1]
Beamer provides the ability to make "handouts", which 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.[1]
Beamer depends on thePGF and xcolor packages for some of its features.[1]