 |
Department of Engineering |
 |
 |
Next: Postscript from PCs/Macs
Up: Postscript
Previous: Postscript
Many packages that produce postscript output don't provide good maths
facilities. It's often easier to add the maths in later using the
psfrag package.
This lets you replace text in a postscript file (produced with xfig,
matlab, etc) by a fragment of LATEX. For example, doing
\usepackage{psfrag}
...
\begin{figure}
\psfrag{MATHS}{$x^2$}
\includegraphics{foo.eps}
\end{figure}
would display the file with MATHS replaced by x2. See the online psfrag documentation
for details.