Hello everyone!
I'm trying to put a picture in my article, but the image just has not being shown. The compiler runs without errors or warnings, but the text is generated with the space of figure (even the legend is showed), but without the figure. What might be happening? Look below the packages that I'm using as well as an example of the code runned.
Do I need some other package? I've looked for "epstopdf" package in the MikTeX Package Manager, but I didn't find it. If I need it, how can I get? I have the GSview for Windows (GSVIEW32.EXE Version:2.9) 2000-03-20. Does it have any problem with it?
Can anyone help me?
Actually, one warning, that I didn't realize before is being shown: epstopdf-base.sty Package epstopdf Warning: Drivers other than `pdftex.def' are not supported.
Any idea how can I deal with this? Seems to be a problem with the pdflatex compiler, but how can I work with images "eps" using it?
(Just to you know, this is my pdfTeX version - 3.1415926-2.4-1.40.13 (MiKTeX 2.9))
Regards,
Michelle
mischuin wrote:Actually, one warning, that I didn't realize before is being shown: epstopdf-base.sty Package epstopdf Warning: Drivers other than `pdftex.def' are not supported.
I would suggest leaving the driver specification for graphicx out. Also if you're compiling with latex you won't need epstopdf.
Actually, on a modern system you don't need it at all. Modern pdfTeX converts EPS to PDF on the fly without the need to interfere.