gdiepen / latexbeamer-handoutWithNotes

Create Handouts with notes from your Latexbeamer presentation
46 stars 17 forks source link

handoutWithNotes.sty 2022/02/22 v1.3

Create Handouts with notes from your LaTeX beamer presentation.

–––––––––––––––––––––––––––––––––––––––––––––

Copyright (C) 2009–2018 by Guido Diepen guido@guidodiepen.nl

Parts provided by Edson Valle

Copyright (C) 2021–2022 Marei Peischl marei@peitex.de


This material is subject to the LaTeX Project Public License version 1.3c or later. See http://www.latex-project.org/lppl.txt for details.


Quickstart

To use this package load it in a document using beamer and select a layout:

Minimal example:

\documentclass{beamer}
\usepackage{handoutWithNotes}
\pgfpagesuselayout{3 on 1 with notes}
\begin{document}
…
\end{document}

Currently the following layouts are implemented by this package:

Additionally we support the following package options:

Additionally the pgfpages options can be used. for more detailed information use the pdf documentation.

Version History