Still using Powerpoint for your presentation? Consider using LaTeX with the Beamer package.
Tom Rutherford taught me how to build an efficient stream for a presentation or lecture:
- generate the presentation with beamer,
- generate the presentation as an article and
- clean up all the stuff
All this in one batch file. The presentation is projected on the big screen and the article is used for preparation and for notes, I use during my prepartation (I have a printout of the article next to my laptop during the presentation)
The batch (build.bat) file looks like this:
@echo off
… Read the rest “Presentation, Article and Notes in one run using Beamer”