multiple figure in latex with captions.

Posted by asd on Stack Overflow See other posts from Stack Overflow or by asd
Published on 2011-01-10T00:41:59Z Indexed on 2011/01/10 0:53 UTC
Read the original article Hit count: 107

Filed under:

Hi, How can I insert multiple figures each of them has a caption and label, without using minipage.

I wrote this code, but just there is one caption :(

\begin{figure}[htp]

  \centering

  \label{figur}\caption{equation...}

  \begin{tabular}{cc}

    % Requires \usepackage{graphicx}

    \includegraphics[width=60mm]{explicit3185.eps}&

    \includegraphics[width=60mm]{explicit3183.eps}\\

    \includegraphics[width=60mm]{explicit1501.eps}&

    \includegraphics[width=60mm]{explicit23185.eps}\\

    \includegraphics[width=60mm]{explicit23183.eps}&

    \includegraphics[width=60mm]{explicit21501.eps}\\

  \end{tabular}

\end{figure}

© Stack Overflow or respective owner

Related posts about latex