Dan Kenigsberg <[EMAIL PROTECTED]> writes:

> test.eps is:
> %!PS-Adobe-2.0 EPSF-2.0
> %%BoundingBox: 0 0 100 20
> %%EndComments
> /Times-Roman findfont 24 scalefont setfont
> 0 0 moveto
> (Hello) show
> showpage
> 
> Let's say I want to replace the 'Hell' string in that eps with a LaTeX
> expression such as 'Heaven'. Now what is wrong with this:
> 
> \documentclass{article}
> \usepackage{graphics}
> \usepackage{psfrag}
> 
> \begin{document}
> \psfrag{Hell}{Heaven}
> \includegraphics{test.eps}
> \end{document}

I am not sure. it seems it should work, but it doesn't. Using

\psfrag{Hello}{Heaveno}

does the trick, apart from changing the font size. Of course, the
documentation of psfrag says it is bug-free, which is suspicious...

-- 
Oleg Goldshmidt | [EMAIL PROTECTED] 
If it aint't broken it hasn't got enough features yet.

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to