while writing my thesis I have encountered the following problem. First of all, I'm using Miktex 2.9, if that is relevant.
Since I'm using PDFLatex and would like to change captions in my graphics via psfrag (which is obviously not compatible), I found the package pstool, which allows the combination of PDFLaTeX and the use of psfrag commands.
However, it doesn't seem to work for me. I have reduced the problematic file to the following minimum file.
Code: Select all
\documentclass{article}
\usepackage{pstool}
\begin{document}
randomtext
\pstool{testeps}{\psfrag{test}{blabla1}}
\end{document}
The above source code leads to this error
Code: Select all
! LaTeX Error: File `testeps' not found.
Thanks in advance,
Alex