On 21 January 2000, Kees van Wijk writes:
 > Does anyone know how to put two pictures next to eachother and give both the 
 > pictures an other caption?
 > 
 > I allready tried to insert a table with two columns and one row to have two 
 > cells next to each other and then insert a figure in each cell. But the I 
 > can't get a caption inserted.
 > 
 > With insert-floats-figure I get the caption to work, but I don't get
 > the pictures next to each other....
 > 
 > Is there a solution??

Try minipage:

\begin{figure}[htpb]
  \begin{minipage}[t]{0.45\linewidth}
    {\par\centering \includegraphics{NIH/dmafig} \par}
    \caption{blah blah}\label{fig:dmafig}
  \end{minipage}\hfill
  \begin{minipage}[t]{0.45\linewidth}
     {\par\centering \includegraphics{TED/model_fit} \par}
     \caption{more blah}\label{fig:model_fit}
  \end{minipage}
\end{figure}       

-- 
Matthew Lovell
HP Technical Solutions Lab
mailto:[EMAIL PROTECTED]

Reply via email to