ewan.Delanoy at math.unicaen.fr schreef:
> Is it possible to put several subfigures in one figure with
> pdflLaTeX, using PDF files only ?
Yes.
use \includegraphics and the graphicx package instead of epsfig.
\includegraphics[width=.30\textwidth]{fig1}\quad ...
Maarten