MiKTeX and proTeXtHow to remove the filename from a drawing?

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
cplus
Posts: 2
Joined: Sat May 08, 2010 7:15 am

How to remove the filename from a drawing?

Post by cplus »

When I typeset a png file under graphicx, the file name appears in the lower left. This name is not on the png graph but it appears on the pdf output by typeset, and I would like to eliminate it.

I'm using the latest MikTex under Windows.

Does anyone know how to get rid of this?
Last edited by cplus on Sat May 08, 2010 4:59 pm, edited 1 time in total.

Recommended reading 2024:

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

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

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

How to remove the filename from a drawing?

Post by josephwright »

That is the draft option to graphicx. Try

Code: Select all

\usepackage[final]{graphicx}
Joseph Wright
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to remove the filename from a drawing?

Post by localghost »

Avoid special characters (blank spaces, underscores) in the path and the name of the graphics file or use the grffile package from the oberdiek bundle.


Best regards and welcome to the board
Thorsten
cplus
Posts: 2
Joined: Sat May 08, 2010 7:15 am

Re: How to remove the filename from a drawing?

Post by cplus »

There was a blank character in the file-path. Removing it removed the problem.

I very much appreciate your knowledge and help.

Thank you, Joseph and Thorsten.
Post Reply