
How to fake EPSF files for Framemaker documents:

1. Compute a bounding box for your figure as:

	x0 y0 x1 y1

   where (x0,y0) is the lower left corner of the bounding box
   and (x1,y1) is the upper right corner.
   [Coordinates are measured in points, i.e., 72 points = 1 inch = 2.54 cm]

2. Change the first line to

	%!PS-Adobe-2.0 EPSF-1.2

3. Add:

	%%BoundingBox: x0 y0 x1 y1
	%%EndComments

4. At the end of the file add:

	%%Trailer

