I kindly ask for your help regarding two aspects in my beamer presentation. Here they are.
Problem #1: Using Figures
Please consider the following code:
Code: Select all
\section{Question 6}
... some slides ...
\frame{\frametitle{Question 6 -- Solution}
Booth´s algorithm is (STALLINGS, 2010, p. 263):
\begin{figure}
\begin{center}
\includegraphics[scale=0.40]{fluxo_Booth_png}
\caption{Booth Algorithm.}
\label{fg:alg_Booth}
\end{center}
\end{figure}
}
"Figure : Booth Algoritm."
As you can see, there isn´t an automatic numbering as I expected.
Problem #2: Printing my Presentation
I am using the \pause and \onslide features to pause the presentation in some points.
My problem is:
When I send to printer my presentation, it is generated as slides as the number of \pause´s and \onslide´s are presented.
Example: if my presentation has 4 slides and 10 \onslide, I get on paper 10 pages. My expectation is to get only 4 pages (considering one slide per page).
Regards
Jaraqui