I tried to compile a document with an eps figure in it the same way I used to before. After my update yesterday (first one in ... years...) compilation won't work anymore, even with old eps-figures that used to work (I'm absolutely sure, since I triple checked on this in an old pdf)
Here is the code I used:
\documentclass[12pt,a4paper,ngerman,bibliography=totocnumbered]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{auto-pst-pdf}
%\usepackage{psfrag}
\usepackage[margin=10pt,font=footnotesize,format=hang,justification=justified,labelfont=bf]{caption}
\begin{document}
\begin{figure}[htbp] %Positionsangabe
\begin{center}
\includegraphics[width=1.0\textwidth]{BVCyPen.eps}
\end{center}
\caption{Bildbeschreibung
\label{fig:Markierung}}
\end{figure}
\end{document}
The error I always get is: "xxx-pics.pdf not found" and the warnings "Creation of xxx-autopp.dvi failed" as well as "Creation of xxx-pics.pdf failed".
And yes, I'm planning on replacing the TMP marks with other text, once compilation works. I'm using MikTeX x64 and TeXnicCenter
Hopefully you can tell me what causes the problem.