Graphics, Figures & TablesGraphics inclusion fails with any format

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
MagisterT
Posts: 2
Joined: Tue Mar 08, 2011 10:01 am

Graphics inclusion fails with any format

Post by MagisterT »

I use gEdit as LaTeX editor. I always get the message
graphics '/home/thomas/Pictures/Logo.png' not found
.
Similar for every Graphics extension. The Graphic gets compiled correctly anyway. But where does it come from? Here's the code:

Code: Select all

\includegraphics[height=0.5cm]{/home/thomas/Pictures/Logo.png}

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Graphics inclusion fails with any format

Post by localghost »

MagisterT wrote:[…] I always get the message […]
Similar for every Graphics extension. […]
Which compiler engine (LaTeX, PDFLaTeX, …) do you use? Which graphics formats did you try to include?
MagisterT wrote:[…] The Graphic gets compiled correctly anyway. But where does it come from? […]
This contradicts your descriptions from above. A graphics file that is not found cannot be displayed correctly in the compiled document. Please clarify that.


Best regards and welcome to the board
Thorsten
Post Reply