Installing Beamer in CAAM

From the Beamer website ( http://latex-beamer.sourceforge.net ), The 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.

These installation instructions of the Beamer class are written for the CAAM environment, installing somewhere else may require some minor changes. This is mostly an adptation of Beamer's excellent User's guide (beamer/doc/beameruserguide.pdf)

Back to my homepage

Instructions for Solaris

 

Instructions for Mac OS X

The above procedure can be followed more or less on Mac OS X, but put TEXINPUTS directly into your ~/.cshrc

However, depending on your installation and the rights you have, you might be able to add the packages beamer, pgf and xcolor directly to the main TeX tree, therefore installing it for all users. In my machine I placed the directories beamer, pgf and xcolor in
 /Library/teTeX/share/texmf.local/tex/latex 
Then the list of available packages needs to be updated, for this run the privileged command
 sudo texhash
And this means, that setting the TEXINPUTS environment variable is not needed if you chose to use this setup.
 


Last updated: 2004/09/06, Fernando Guevara Vasquez
Acknowledgements to Denis Ridzal for beta testing these instructions