/  225
 
Beamer v3.0 Guide
Ki-Joo Kim (a.k.a. Daisyweb)November 4, 2004
 
Why Beamer?
Pros:Both
dvips/ps2pdf
1
and
pdflatex
supports
2
Richoverlayandtransitioneffects Navigational bars and symbolsOutputs: screen, transparency, handouts, and notesEmulation of other PDF presentation tools such as
Prosper 
and
FoilT  X 
Cons:Difficult to design a template
1
You need this route if you usePSTricks.
2
Nodvipdfmsupport!
 
Basic Code I
Beamer class loading with themes
\documentclass[slidestop,compress,mathserif]{beamer}%\usepackage[bars]{beamerthemetree} % Beamer theme v 2.2 \usetheme{Antibes} % Beamer theme v 3.0\usecolortheme{lily} % Beamer color theme

Share & Embed

More from this user

Recent Readcasters

Add a Comment

Characters: ...

Ch_Mandal_5696left a comment

If you want to display just the contents of the current section then defining a new command such as \currenttableofcontents by tweaking the \tableofcontents helps!

Ch_Mandal_5696 replied:

The following changes worked well for me: \def\beamer@toc@cs{show}% \def\beamer@toc@os{hide}% \def\beamer@toc@css{show}% \def\beamer@toc@oss{show}% \def\beamer@toc@ooss{hide}%
02 / 24 / 2010

mariusz_sloninaleft a comment

One of the best Beamer guides! Great summary of Beamer features and plays very well with official Beamer manual. Helps a lot:)