I used tikz externalize successfully for a time now. But since my pc crashed once the externalized pictures are instantly deleted. Reading the manual I found out, that they are "optimized away" because of the jobname differing of the documents (?) jobname. I did not change anything here. How can I fix that?
Here's the log of the main tex-file:
optimize=\falsewhere it should have beenoptimize=false. If they were already externalised then this is also why it worked before, it found the image and never came to this code. – zeroth Apr 7 '12 at 20:23bilder/ext/diplom-figure3.logor any of the other externalised images, they contain the error. – zeroth Apr 7 '12 at 21:14\begin{enumerate} \item "`asdf"' \end{enumerate}Seems like this interferes with shell-escape tikz-externalize uses. (Not allowed to answer my own question, although this is the solution. So someone could answer this :-)) – severin Apr 7 '12 at 22:04