Encoding PostScript images in LaTeX |
|
\documentclass{}
declaration at the beginning of the file, include this line:
\usepackage{epsfig}
\epsfig{file=whatever.eps}
where whatever.eps is the name of the
file containing the figure.
\epsfig{file=whatever.eps,height=1.5in,width=5in}
This example would allocate a space 1.5" high by 5" wide;
vary the actual dimensions to suit your needs.