[Tex/LaTex] Beamer: How to Disable `\pause` Temporarily

beamerpause

Currently I am preparing a presentation in beamer. I make an extensive use of the \pause-command. However, it would be good to disable \pause temporarily to quickly go through the presentation. Additionally, I would like to send the presentation to members of the audience without all the split frames and without deleting or %-ing the \pauses manually. Does anyone has a solution?

Best Answer

This is done automatically using the handout class option. Simply use

\documentclass[handout,....]{beamer} 

Then recompile. This gives you the final state of each frame.