Thomas Engels schreef:
Hi all,
I want to replace strings in *.eps files with LaTeX code, so I finally
found psfrag, downloaded it and its working fine - but only when I
generate a DVI file. (inserted ERT in the figure and
\usepackage{psfrag} to the preamble)
I need a pdf, but when I run pdflatex, there is no error or warning,
but no result. It just happens nothing, text strings in eps stay the
way they were. dvipdfm and ps2pdf buttons produce LaTeX formula at the
side of the graphic, but still strings are not replaced.
I've been searching the maillist archive, but did not find a solution
for my special problem.
Can anyone help me?
I use latest LyX and MiKTex versions on windows XP.
Greeting from Berlin,
Thomas Engels
You cannot use pdflatex for this. Try ps2pdf instead.
Vincent