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.
|
John Shipman, john@nmt.edu
Last updated: 1995/12/19 00:39:07 UT URL: http://www.nmt.edu/tcc/help/dtp/tex/epsfig.html |
|