Generalpgf missed package

General information and discussion about TeXnicCenter
Post Reply
User avatar
Spider
Posts: 6
Joined: Sat Jul 27, 2013 3:45 pm

pgf missed package

Post by Spider »

Hi all,
I am working on a presentation using beamer and I would like to display a series of images with a specified delay. I found the following code:

Code: Select all

Code, edit and compile here:
\frame{
\only<1>{
\begin{centering}
\pgfimage[scale=.5]{fish1.jpg}
\par
\end{centering}}
\transduration<2>{5}
\only<2>{
\begin{centering}
\pgfimage[scale=.5cm]{fish2.jpg}
\par
\end{centering}}
\transduration<3>{5}
\only<3>{
\begin{centering}
\pgfimage[scale=.5cm]{fish3.jpg}
\par
\end{centering}}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
I got a message error that I missed a required package.
Can anyone tell me the suitable package for that?
Thank you!

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