Document Classespgfpages with notes problem

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
bobbylou
Posts: 18
Joined: Tue Apr 21, 2009 6:54 pm

pgfpages with notes problem

Post by bobbylou »

Hi,

I am trying to create a printout of notes that I can refer to while giving a lecture on beamer. I would like to have multiple frames per page. I can't seem to figure out how to do this.

Things do not work when you try something like this:

Code: Select all

\documentclass[handout]{beamer}
\usepackage{pgfpages}
\setbeameroption{show notes on second screen = right}
\setbeamertemplate{note page}[plain]
\pgfpagesuselayout{4 on 1}[letterpaper,border shrink=5mm]


Ideally, I would like to have four frames per page down the left hand side of the page with corresponding notes screens immediately to the right. Can this be done? Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply