Document Classesbeamer | Figure Label Issue and printed Output

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Jaraqui
Posts: 26
Joined: Wed Feb 08, 2012 3:54 am

beamer | Figure Label Issue and printed Output

Post by Jaraqui »

Hi,

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}
}
My problem is: when I compile this presentation the legend presented is:
"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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer | Figure Label Issue and printed Output

Post by localghost »

Your questions are answered quite easy.
  1. This is a feature, not a bug. A number is usually not needed in a presentation
  2. Use the handout mode. For details have a look at the beamer user guide.

Thorsten
Post Reply