Search found 2 matches

by epecker
Fri Apr 20, 2012 4:20 am
Forum: Document Classes
Topic: beamer | Notes in Presentation
Replies: 1
Views: 8269

beamer | Notes in Presentation

Hi all, I've found my mistake. I was writing code this way:


\begin{frame}{My frame}
Body of the frame.
\end{frame}
\note{This is My frame's note.}


And I've seen in thread Beamer - Notes on Laptop, Slides on Overhead that I'm supposed to write this other way:


\begin{frame}{My frame}
Body of ...
by epecker
Thu Apr 19, 2012 2:49 am
Forum: Document Classes
Topic: beamer | Notes in Presentation
Replies: 1
Views: 8269

beamer | Notes in Presentation

Hi all,

I'm working in a presentation with Latex and Beamer.

I want to add notes to every slides. I want presentation to show every slides' notes when the slide begins. I've added notes and they are shown when the slide to which they belong to finishes. I want notes to be shown as items in the ...