Graphics, Figures & Tablesepstopdf usepackage

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

epstopdf usepackage

Post by omkardpd »

Dear Colleagues,

The usepackage epstopdf has been working well for me till date. Recently, I reinstalled miktex 2.9 and seems that the usepackage does not work anymore. Please see two screenshots attached. I tried many alternatives suggested on this forum; nothing seems to work for me. I would appreciate any suggestion to resolve the issue.

Thank you,

Omkar
Attachments
Screenshot 2019-08-19 03.57.13.png
Screenshot 2019-08-19 03.57.13.png (112.6 KiB) Viewed 3854 times
Screenshot 2019-08-19 03.58.37.png
Screenshot 2019-08-19 03.58.37.png (120.36 KiB) Viewed 3854 times

Recommended reading 2024:

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

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

User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

epstopdf usepackage

Post by Ijon Tichy »

It is not an error message of epstopdf but graphicx's driver file pdftex.def. It seems you are using option draft (probably at \documentclass or while loading graphicx). Remove it.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

epstopdf usepackage

Post by omkardpd »

Thank you for the reply.
However, the issue persists. Not sure how to tackle it.
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

epstopdf usepackage

Post by omkardpd »

Thank you for the reply.
However, the issue persists. Not sure how to tackle it.
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

epstopdf usepackage

Post by Ijon Tichy »

Same error message? Does it depend on the EPS? Does it work with the following minimal example:

Code: Select all

\begin{filecontents*}{\jobname.eps}
%!
%%BoundingBox:0 0 72 72
%% Example from the grfguide
0 0 moveto
72 72 rlineto
72 neg 0 rlineto
72 72 neg rlineto
stroke
0 0 moveto
/Times-Roman findfont
72 scalefont
setfont
(A) show
showpage
\end{filecontents*}
\documentclass{article}

\usepackage{graphicx}
\usepackage{epstopdf}

\begin{document}
\includegraphics{\jobname.eps}
\end{document}
If not, can you show us the log-file? If it works, can you show us a Infominimal working example inclusive the EPS file, that shows the problem?
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
omkardpd
Posts: 86
Joined: Sun Feb 24, 2008 7:23 am

epstopdf usepackage

Post by omkardpd »

Hi,
The minimal example code you shared does not work either. Please see attached files. Regards
Attachments
Screenshot 2019-08-19 14.38.59.png
Screenshot 2019-08-19 14.38.59.png (80.88 KiB) Viewed 3832 times
Screenshot 2019-08-19 14.41.01.png
Screenshot 2019-08-19 14.41.01.png (79.02 KiB) Viewed 3832 times
User avatar
Ijon Tichy
Posts: 640
Joined: Mon Dec 24, 2018 10:12 am

epstopdf usepackage

Post by Ijon Tichy »

A screenshot is not a sufficient replacement for showing the whole log-file. So I'm sorry, but I am not able to help you and even not able so say, whether or not I would be able, if you would give me the information I've asked for.
Sorry, but I can no longer participate here as the administrator is trampling on my wishes on one of his other platforms. :cry:
Post Reply