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?
MiKTeX and proTeXt ⇒ How to remove the filename from a drawing?
How to remove the filename from a drawing?
Last edited by cplus on Sat May 08, 2010 4:59 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
How to remove the filename from a drawing?
That is the draft option to graphicx. Try
Code: Select all
\usepackage[final]{graphicx}
Joseph Wright
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to remove the filename from a drawing?
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
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: How to remove the filename from a drawing?
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.
I very much appreciate your knowledge and help.
Thank you, Joseph and Thorsten.