Document Classes[beamer] customize notes page

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
nico
Posts: 20
Joined: Tue Jun 08, 2010 10:13 am

[beamer] customize notes page

Post by nico »

Hi,

I would like to customize the notes page in a beamer presentation. Especially I want a thumbnail or even the title of the following page there.

I didn't find any hints how I could do that. Has anyone an idea?

Thanks in advance!

Recommended reading 2024:

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

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

cprisacariu
Posts: 3
Joined: Sat Nov 13, 2010 8:48 pm

Re: [beamer] customize notes page

Post by cprisacariu »

Hello,

I would also like to know how to customize the notes page. In particular I would like more space for more notes, by removing the header of the notes page.

I know I can have several pages of notes for one slide of presentation,
\begin{frame}<1-3>
First frame.
\note<1>{First page of notes for this frame.}
\note<2>{Second page of notes for this frame.}
\note<3>{Third page of notes for this frame.}
\end{frame}

but this means I have to click and change the notes all the time. I use notes just for quick reference with pointers, and I look at them occasionally. I do not think about the notes to click all the time to switch slides.

Is it possible to remove the header of the notes page? Preferably in a simple and clean way, not with complicated hacks.

thank you and best wishes,
cristian
Post Reply