GeneralBlank frame with file path instead of image

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
samy
Posts: 4
Joined: Tue Aug 28, 2007 11:03 am

Blank frame with file path instead of image

Post by samy »

Hi all,

I`m using TeXnicCenter and MicTex and I`m trying to include an image in my document.
I use

Code: Select all

\usepackage{graphicx}
in the header
and

Code: Select all

\begin{figure}
	\centering
		\includegraphics{diekarte.jpeg}
	\caption{meine karte}
	\label{fig:diekarte}
\end{figure}    
in my file

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
ganges_it
Posts: 2
Joined: Fri Aug 03, 2007 11:28 am

Re: can`t see image

Post by ganges_it »

just convert the ipg file to .eps file
samy
Posts: 4
Joined: Tue Aug 28, 2007 11:03 am

Re: can`t see image !!solved!!

Post by samy »

joh i got it
I was searching for three ours
I used in my header file draft
\documentclass[
...
draft,


with this option you only get the frame
if you use final instead you get the image
yipiiih :)
thx for reading
greetings with a smile
meklenborg
Posts: 18
Joined: Tue Mar 20, 2007 7:42 pm

Re: can`t see image

Post by meklenborg »

I have exactly the same problem, but with a .ps-file. How can I convert this into en .eps? Do I actually need to? I thought the program could handle .ps-files just as easily as the .eps? :?:
meklenborg
Posts: 18
Joined: Tue Mar 20, 2007 7:42 pm

Re: can`t see image

Post by meklenborg »

Ahhhh I see, you don't see the files in dvi, only in pdf ... I found a way to convert them into .eps, by the way.

;)
Post Reply