Search found 2 matches

by astrophysician
Fri Jan 31, 2014 7:54 pm
Forum: Graphics, Figures & Tables
Topic: Inserted Image shows only File Name
Replies: 1
Views: 6737

Re: Inserted Image shows only File Name

Problem solved!

The problem was that I had declared the document as draft in the \documentclass command, so probably it was not permitted to depict the image normally. Omit the "draft" choice and the image should be shown properly.
by astrophysician
Fri Jan 31, 2014 1:10 pm
Forum: Graphics, Figures & Tables
Topic: Inserted Image shows only File Name
Replies: 1
Views: 6737

Inserted Image shows only File Name

Hello all!

I run MiKTeX 2.8 at Windows 7 and use the TeXnicCenter for editing my files.

I have been trying to insert an image to my document. In doing so, I have used either the graphics or the graphicx package in the Preamble, along with the \includegraphics command inside the document. I have ...