Graphics, Figures & TablesImages failing when creating PDF

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
Buglish
Posts: 1
Joined: Fri Nov 26, 2010 1:55 am

Images failing when creating PDF

Post by Buglish »

Hi,

I am using TeXnicCenter and MiKTex 2.9.
Running windows 7 and downloaded the MikTex basic version.

When creating a DVI all images are included but when I create a PDF its always missing.

I have tried Jpg, Eps, and Gif.

Have downloaded the full version after that but still not working.

Could it be the environment or my code?

Packages I include

Code: Select all

\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{rotating}
\usepackage{ifpdf}
\usepackage{float}

\floatstyle{boxed}
\restylefloat{figure}
Figure Code

Code: Select all

\begin{figure}[htp]
	\centering
		\includegraphics*[width=450]{fig1.eps}
	\label{fig:fig1}
\end{figure}
What am I doing wrong?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply