Graphics, Figures & TablesBeamer .jpg pictures ontop of each other

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Mikerada6
Posts: 42
Joined: Fri Oct 17, 2008 5:55 pm

Beamer .jpg pictures ontop of each other

Post by Mikerada6 »

I am using TexNicCenter, and MikiTex with the beamer class. For one of my slides i have four pictures that i want to be displayed on top of each other one after the other. i tried using the code

Code: Select all

\DeclareGraphicsRule{*}{jpg}{*}{}
\multiinclude[graphics={height=5cm}]{rec-1}
\multiinclude[graphics={height=5cm}]{rec-2}
\multiinclude[graphics={height=5cm}]{rec-f}
\multiinclude[graphics={height=5cm}]{spiral}
but i get the error message
Package pdftex.def Error: File 'rec-1.0' not found.

What am i doing wrong?

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply