Presentations in LaTeX

Creating Accompanying Notes

  1. Create your main .tex file (including both the text for your presentation and the notes in between). Leave off the document class declaration (let's call it name.tex).
  2. Create another file, name.beamer.tex, the content of which is the following:
              \documentclass[ignorenonframetext]{beamer}
              \input{name.tex}
  3. Create a third file, name.article.tex, the content of which is the following:
              \documentclass{article}
              \usepackage{beamerarticle}
              \input{name.tex}


...prev

Views:

[Preview] [Continuous/One Page]

[Slideshow]


Contents:




About this document