I'm using Miktex 2.9 with texmaker and used the epstopdf package. Everything worked fine and I changed nothing, but the conversion of the eps files is not working anymore. Does anyone knows this problem?
I have this in my preamble:
Code: Select all
\usepackage{epstopdf}
\epstopdfsetup{update,prepend,verbose,suffix=-generated} % use suffix because you don't want to accidentally overwrite a file that might have been a pdf source. The epstopdf package manual has more on that.
\DeclareGraphicsExtensions{.eps,.pdf}
\epstopdfDeclareGraphicsRule{.eps}{pdf}{.pdf}{epstopdf --gsopt="-dPDFSETTINGS=/prepress -dAutoFilterColorImages=false -dAutoFilterGrayImages=false -sColorImageFilter=FlateEncode -sGrayImageFilter=FlateEncode -sCompressPages=false -dPreserveHalftoneInfo=true" #1 --outfile=\OutputFile}
pdflatex -synctex=1 -interaction=nonstopmode --enable-write18 %.tex
I've already tried to change it to:
pdflatex -synctex=1 -interaction=nonstopmode -shell-escape --enable-write18 %.tex
but it didn't help...
Thanks in advance!
