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}
Look at the Subfloats section of http://en.wikibooks.org/wiki/LaTeX/Floats,_Figures_and_Captions.
\begin{figure}[htp]
\centering
\label{figur}\caption{equation...}
\subfloat[Subcaption 1]{\label{figur:1}\includegraphics[width=60mm]{explicit3185.eps}}
\subfloat[Subcaption 2]{\label{figur:2}\includegraphics[width=60mm]{explicit3183.eps}}
\\
\subfloat[Subcaption 3]{\label{figur:3}\includegraphics[width=60mm]{explicit1501.eps}}
\subfloat[Subcaption 4]{\label{figur:4}\includegraphics[width=60mm]{explicit23185.eps}}
\\
\subfloat[Subcaption 5]{\label{figur:5}\includegraphics[width=60mm]{explicit23183.eps}}
\subfloat[Subcaption 6]{\label{figur:6}\includegraphics[width=60mm]{explicit21501.eps}}
\end{figure}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With