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

Code, edit and compile here:
\documentclass[handout]{beamer}
\usepackage{pgfpages}
\setbeameroption{show notes on second screen = right}
\setbeamertemplate{note page}[plain]
\pgfpagesuselayout{4 on 1}[letterpaper,border shrink=5mm]
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX


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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Post Reply