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.