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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply