Beamer
Beamer is a latex class for making presentation slides.
- get beamer stuff: Sourceforge
- how to get going: Matloff's guide
- to set latex search path (so that it finds the class (.cls) and styles (.sty) files), put this in your startup config:
[for bash shell] export TEXINPUTS=".:/path/to/files//:"
[for tcsh shell] setenv TEXINPUTS ".:/path/to/files//:"
back to main page