I like add quite extensive explanations to my transparencies. I am looking for a method that is able to generate both a presentation with slides and some form of lecture notes that include my explanatory texts together with small versions of my slides as pictures in the text.
Asked
Active
Viewed 961 times
1 Answers
1
A while ago I created a document class for this very purpose. It was meant for personal use, but I think it's intuitive enough for others to figure out. I put it in a GitHub project and annotated an example .tex file to introduce the various commands.
Use the mh-presentation.cls document class and run pdflatex with the -shell-escape flag. This will generate two .pdf files: one with the slides and one with the handouts, based on a single source file.
mhelvens
- 6,126
Beamerfor example allow to create lecture notes and slides in one file, see http://uweziegenhagen.de/?p=1053 for a German example. You could also extract the pages from the PDF using for instancepdftkand embed them in a different document. – Uwe Ziegenhagen Sep 19 '14 at 11:19\notemacro, which generates lecture notes with a "minislide" inside. – d-cmst Sep 19 '14 at 13:00