MiKTeX and proTeXt ⇒ epstopdf error in WinEdt
epstopdf error in WinEdt
I am using epstopdf utility in WIndows in WinEdit. I see the following error on my log file which is
--------------------------------------------------------------
!pdfTeX error: (file ch1/asfinal.pdf): cannot find image file
==> Fatal error occurred, no output PDF file produced!
------------------------------------------------------
I came to know that I have to use
'-shell-escape'
option in pdfLatex for external utility.
Can some helps where to put these line in WinEdt???
Thanks in advance
with best,
sush
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: epstopdf error in WinEdt
system(epstopdf ch1/asfinal.eps)...disabled.
with best,
sushil
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
epstopdf error in WinEdt
Using MiKTeX you have to enable this feature by calling the compiler with the switch -enable-write18.sushil wrote:[...]I came to know that I have to use
'-shell-escape'
option in pdfLatex for external utility. [...]
Best regards and welcome to the board
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: epstopdf error in WinEdt
Thanks.
from googling I found that I have to give this option as you mentioned "-enable-write18".
But do not know how to give it when I am using WinEdt (I do not use command prompt!). Do I need to give it in some file of MikTex package.
Thanks,
with best,
sushil
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
epstopdf error in WinEdt
This configuration has to be done in the build settings of WinEdt itself. Since I do not use WinEdt, I can only suggest to visit the Help&Documentation section on the page of the WinEdt community [1]. Perhaps there you will find appropriate help.sushil wrote:[...] But do not know how to give it when I am using WinEdt (I do not use command prompt!). Do I need to give it in some file of MikTex package. [...]
[1] WinEdt.org - The Home of Winedt's Community
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10