[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
LaTeX
- To: linux-il(at-nospam)linux.org.il
- Subject: LaTeX
- From: Dan Kenigsberg <danken(at-nospam)cs.Technion.AC.IL>
- Date: Tue, 9 Oct 2001 23:59:17 +0200 (IST)
- Delivered-To: linux.org.il-linux-il@linux.org.il
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
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 linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il