|
|
Beamer - LaTeX presentation classThis page contains information collected from several web sources.IntroductionThe beamer class is a LaTeX class that allows you to create a beamer presentation. It can also be used to create slides. It behaves similarly to other packages like Prosper, but has the advantage that it works together directly with pdflatex, but also with dvips. Once you have installed the beamer class, the basic steps to create a beamer presentation are the following:
The beamer class has several useful features: You don't need any external programs to use it other than pdflatex, but it works also with dvips. You can easily and intuitively create sophisticated overlays. Finally, you can easily change the whole slide theme or only parts of it. The following code shows a typical usage of the class. ------------------------- \documentclass{beamer} ----------------------------- ExamplesThe following presentations were created using the beamer class: An example using many features, Example 2 (presentation version) and Example 2 (article version), an example having several parts, an example using Chinese fonts, and an example of a real talk. You can find the source code for them in the examples directory of the package. Downloading and Further InformationFor downloading the beamer class, go to the SourceForge summary page here. There you you can also submit bug reports, request new features to be implemented, download the documentation, join mail lists, and many other stuff. Latest version of MikTeX contains beamer class by default. You can download it from the local Department ftp server (provided that you are seeing this page from the UH campus network!). InstallationYou can find installation instructions in the User's Guide and also here. About Beamer, From Wikipedia, the free encyclopedia
Beamer is a LaTeX class for creating presentations. It works together with pdflatex, dvips and LyX. The name is taken from the German word "Beamer", a pseudo-anglicism for video projector. 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. 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. 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. Some other linksChanging Beamer presentation to articleFollow these steps: 1. Change the documentclass to article (Note: amsart may not work!) 2. Include this command \usepackage{beamerarticle} Then compile, ignore the warnings by pressing the enter key, make some changes in the latex file if required. Done!
|
Beamer User Guide (pdf file) LaTeX and Math - wikipedia book *Accessible only inside UH campus network |
||||||||||||||||
|
Page Last Modified on 30/Jun/2009 |
||
|
Contact us | Sitemap | Feedback | Search this site | Math Search | Notice Board | Math Links | Legal Disclaimer | Site Info |
||
|
©2008 All rights reserved, Department of Mathematics and Statistics, University of Hyderabad | ||