I have a question: can I put 3 pictures one beside the other in the same line? Actually I put them one after the other and I would like to put them in the same line if is possible. This is my code
\begin{figure}[!h]
\centering
\includegraphics[width=0.4\linewidth,clip,trim=0cm 0cm 8cm 0cm]
{t1}
\bf{\caption{Nb des pages qui ont reçu la pub partagé dans le réseau Num 5}}
\end{figure}
\begin{figure}[!h]
\centering
\includegraphics[width=0.4\linewidth,clip,trim=0cm 0cm 8cm 0cm]
{t2}
\bf{\caption{Nb des pages qui ont reçu la pub partagé dans le réseau Num 7}}
\end{figure}
\newpage
\begin{figure}[!h]
\centering
\includegraphics[width=0.4\linewidth,clip,trim=0cm 0cm 8cm 0cm]
{t3}
\bf{\caption{Nb des pages qui ont reçu la pub partagé dans le réseau Num 9}}
\end{figure}



{}button. – Jake May 2 '12 at 21:290.4\linewidth, on a single line (which has a width of1\linewidth). Do you want them to extend into the margins? – Jake May 2 '12 at 21:31\bf{\caption{..}}is not the correct way to make the caption bold.\bfdoesn't accept and argument and is outdated for once, but{\bfseries\caption{..}}isn't really correct either. Have a look at thecaptionpackage which should allow you to change the font for the captions. – Martin Scharrer♦ May 2 '12 at 21:43