I need to put 4 images in one group and put it on the page. All images have the same length and width, however I have problem with placing them by two in a row. I used this code
\begin{figure}[h]
\centering
\includegraphics[width=0.5\textwidth]{CircleTemplate.eps}
\includegraphics[width=0.5\textwidth]{CircleOlimpicStarting.eps}
\includegraphics[width=0.5\textwidth] {CircleOlimpicFinishing.eps}
\includegraphics[width=0.5\textwidth] {CircleOlimpicFinishingWithNoise.eps}
\caption{Some long long caption }
\label{fig:OlimpicCircleTT1}
\end{figure}
however it doesn't work - images were added one below the other. I also would like to put two (4 images) group in one page. Is it possible to adjust dimensions of these images somehow to fit all these images in one page
Please take a look at the pictures which show what I want to achieve
This is what I want to acomplish:

And this is what I get using the code presented at the beginning:


!in front of it to turn it into a link. A moderator or another user with edit privileges can then reinsert the!to turn it into an image again. – Martin Scharrer Jul 22 '11 at 18:02