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}
Code: Select all
\begin{figure}[htp]
\centering
\includegraphics*[width=450]{fig1.eps}
\label{fig:fig1}
\end{figure}