Installation:

  - Move the style file psfrag.sty into your LaTeX macros directory.

  - Move the new version of epsf.sty into your LaTeX macros directory.
    (Rename the old one to, say, epsfold.sty or epsfold.tex.)  The new
    epsf.sty should be upward compatible when it's not used with psfrag.

    You should add a symbolic link from epsf.tex to epsf.sty, so that
    people can get to epsf either with a \dococumentstyle option, or
    with an expicit \input:

	ln -s epsf.sty epsf.tex

  - Move the shell script ps2psfrag to some public bin (eg: /usr/local/bin).
    Make it executable.

  - Move the postscript file ps2psfrag.ps to some standard place
    (eg: /usr/local/lib/ps).  A line in ps2psfrag should point at
    the file ps2psfrag.ps.
