i use subfigure and it works nice but now when i put 6 figures there is a problem : the 2 last figures are not in my page

-> there is overflowing
can you explain to me how i can modify this to have my six figures

thanks
Code: Select all
\begin{figure*}
\centering
\subfigure[]
{
\includegraphics[width=0.5\linewidth]{figures/A}
\label{ppp:subfig1}
}
\subfigure[]
{
\includegraphics[width=0.5\linewidth]{figures/B}
\label{ppp:subfig2}
}
\subfigure[]
{
\includegraphics[width=0.5\linewidth]{figures/C}
\label{ppp:subfig3}
}
\subfigure[]
{
\includegraphics[width=0.5\linewidth]{figures/D}
\label{ppp:subfig4}
}
\subfigure[]
{
\includegraphics[width=0.5\linewidth]{figures/E}
\label{ppp:subfig5}
}
\subfigure[]
{
\includegraphics[width=0.5\linewidth]{figures/F}
\label{ppp:subfig6}
}
\caption[]{my comments\subref{ppp:subfig1}\subref{ppp:subfig2}:
first and second comment;
\subref{ppp:subfig3}\subref{ppp:subfig4}: 3rd and 4th comment; \subref{ppp:subfig5}\subref{ppp:subfig6}: 5th and 6th comment.}
\end{figure*}