Is anyone around familiar with LaTeX's psfrag package?

I thought I followed all the rules, yet it does not seem to work.

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}


Thanks,

Dan.


=================================================================
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