Hey everybody,
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 • Open in writeLaTeX
\documentclass{article}
\usepackage{pstool}
\begin{document}
randomtext
\pstool{testeps}{\psfrag{test}{blabla1}}
\end{document}
The file "testeps.eps" is in the same directory. It was exported using the program "Dia", which produces EPS files that are compatible with
psfrag and includes a caption "test".
The above source code leads to this error
- Code: Select all • Open in writeLaTeX
! LaTeX Error: File `testeps' not found.
Now I am sort of clueless and would appreciate any help. I have already looked for comparable problems and answers, but the results were rather limited and none of the answers helped me. So it would be great, if you could help me here. If there is another practicable workaround for the issue with PDFLaTeX and
psfrag, let me know.
Thanks in advance,
Alex