Sizing a PostScript figure for use in TeX |
|
Before you insert your PostScript artwork into a TeX or LaTeX document, you should find out its natural size.
%%BoundingBox: 0 0 360 72
The numbers are given in ``big points'' (1/72" units), so the
example would be 360/72 = 5 inches wide by 72/72 = 1 inch high.
%%BoundingBox lines, one at the beginning of the
file and another at the end. In this case, the one at the beginning
looks like this:
%%BoundingBox: (atend)
and the one near the end of the file has the actual size in it.
If this is how your file looks, you cannot use the ``natural
size'' option in the \epsfbox macro.