I'm using chemnum. Conversion of EPS to PDF failed after a Windows updat:
! Package pdftex.def Error: File `file-pics.pdf' not found.See the pdftex.def package documentation for explanation.Type H <return> for immediate help.... \includeschemes{pictures/pic1.eps}
I've reinstalled MikTeX and TeXmaker and updated MikTeX's packages.
I apologyse for my big example. I minimized it.
EDIT
\documentclass[•]{article}
\usepackage{graphicx}
\usepackage[runs=2,crop=off]{auto-pst-pdf}
%eps mit pdflatex
%
\begin{document}
%
\includegraphics{5-FU.eps}
%
%
\end{document}
And here is the log:
------ LaTeX Warning: File `Latex_beispiel-pics.pdf' not found on input line 10.
! Package pdftex.def Error: File `Latex_beispiel-pics.pdf' not found.
See the pdftex.def package documentation for explanation.
Type H <return> for immediate help.
...
l.10 \includegraphics{5-FU.eps}
Using draft setting for this image.
Try typing <return> to proceed.
If that doesn't work, type X <return> to quit.
Package pst-pdf Warning: File `Latex_beispiel-pics.pdf' not found.
(pst-pdf) Use the following commands to create it:
(pst-pdf) ----------------------------------------------------
(pst-pdf) latex Latex_beispiel.tex
(pst-pdf) dvips -o Latex_beispiel-pics.ps Latex_beispiel.dvi
(pst-pdf) ps2pdf Latex_beispiel-pics.ps
(pst-pdf) ---------------------------------------------- .
When i compile with \usepackge{epstopdf} it works. without it doesn't. I have even tried to compile it the way it says in the .log: Latex->dvips->ps2pdf It still doesn't work. And I've found another strange thing. When I copy the file-pics.pdf from when it still worked, it deletes the .pdf with the pictures and puts out an error. I just don't get it anymore.
file-pics.pdf. Where is this file? Your document is using it, probably by including it using a package likegraphicxorpdfpages. Try putting it in the same directory as you.texfile. – cfr Nov 27 '15 at 00:11file-pics.pdfis in the same directory with the.texfile. The.epsfiles are in another directory. strangely everything worked just fine, until the update started. another strange thing ist, that the document compiles just fine on another pc, which also works with miktex and texmaker. – Murphy Nov 27 '15 at 00:18.logfile. – cfr Nov 27 '15 at 00:24lipsumwhich you can't possibly need in your real document. – cfr Nov 27 '15 at 02:46\usepackage{everything-and-the-kitchen-sink}or show us a minimal working example (MWE). – Martin Schröder Nov 27 '15 at 06:23\documentclass{article} \usepackage{graphicx} \usepackage[runs=2,crop=off]{auto-pst-pdf} \begin{document} \includegraphics{5-FU.eps} \end{document}. Do you compile with shell-escape? – cgnieder Nov 27 '15 at 12:07