Example:
\null
\newcommand{\txw}{\textwidth}
\begin{figure}[t!]
\mbox{
\epsfig{file=fig1a.eps,width=0.325\txw,clip=}
\epsfig{file=fig1b.eps,width=0.325\txw,clip=}
\epsfig{file=fig1c.eps,width=0.325\txw,clip=}
}\par
\mbox{
\epsfig{file=fig1d.eps,width=0.325\txw,clip=}
\epsfig{file=fig1e.eps,width=0.325\txw,clip=}
\makebox[0.325\txw]{\rule{0pt}{0.325\txw}}
}
\caption{{\sc Figure~1} Five out of six ain't bad.}
\end{figure}
\vfill\clearpage
Example of a full page, multi-panel figure. Five panels contain a figure,
while the sixth was filled with a phantom space of the same width and height
as the other panels. All sizes are expressed as a fraction of the current
textwidth. Should that at some point change, then the figures will
automatically scale with that change. There is an empty clip= option
in the \epsfig commands. Should an EPS figure have been produced with
copious amounts of white space around the area of interest or should you
happen to have a PS instead of EPS file (i.e, without a %BoundingBox
statement), then a new BoundingBox may be specified, e.g.: