I`m using TeXnicCenter and MicTex and I`m trying to include an image in my document.
I use
Code: Select all
\usepackage{graphicx}
and
Code: Select all
\begin{figure}
\centering
\includegraphics{diekarte.jpeg}
\caption{meine karte}
\label{fig:diekarte}
\end{figure}
after compiling I don`t get an error,
but when I open the pdf-file I only see a blank frame with the path to the file and no image.
I don`t no whats wrong, perhaps can anyone help me!
thx a lot greetings verena