Graphics, Figures & Tableswarning message

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
jalea148
Posts: 8
Joined: Sun Oct 30, 2016 12:12 am

warning message

Post by jalea148 »

After exporting from writer to LateX 2e [Writer2LateX] each of my figures has this message: [Warning: Image ignored] % Unhandled or unsupported graphics:

Here is a code sample:

Code: Select all

\begin{figure}
\centering
\begin{minipage}{4.648in}
  [Warning: Image ignored] % Unhandled or unsupported graphics:
%\includegraphics{ThexxxxxxxxxxxxxxxxxxxxxxFunction-img001.png}
 \newline
FIGURE 1: Details xxxxxxxxxxxxxxxxxxxxxxxx Moving Average.
\end{minipage}
\end{figure}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
TikZ book
User avatar
Stefan Kottwitz
Site Admin
Posts: 10314
Joined: Mon Mar 10, 2008 9:44 pm

Re: warning message

Post by Stefan Kottwitz »

Welcome to the forum!

Ensure that you use pdfLaTeX. It supports PNG images. Don't use LaTeX in DVI mode.

Stefan
LaTeX.org admin
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: warning message

Post by Johannes_B »

Please provide a minimal working example.

Is the shown code really the output of the conversion tool? If so, I wouldn't even bother using it. If you know how to handle a text processor, it is not worth to convert to crappy LaTeX.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
zclemz
Posts: 1
Joined: Sat Apr 29, 2017 1:02 pm

warning message

Post by zclemz »

I had the same problem : " [Warning: Image ignored] % Unhandled or unsupported graphics:"

My solution :

My images was in a folder with a name with spaces !

You have to change the location (or change the name without space)
... simply that (... for me).
Last edited by cgnieder on Mon May 01, 2017 11:42 am, edited 1 time in total.
Post Reply