|
|
- If you use LaTeX, put following line in preamble.
\usepackage{epsfig}
If you use TeX, put following line before you include the figures.
\input epsf
- At the place where you want to include the figure, add
\epsfxsize=5in
to set the width of your figure (here I use 5in),
or
\epsfysize=5in
to set the height of your figure (here I use 5in),
then use
\epsfbox{fig1.eps}
to include your EPS figure file (here I use fig1.eps).
Note: If you transfer (email) the document to another place, please include all the EPS
files with the LaTeX/TeX source, otherwise, transfer the final PS file.
The DVI file does not include all the figures.
|