Possible Duplicate:
beamer: frame without decorations, with custom margin
I want increase the width of the document. I have to put four images in one slide. Two in one row each, because of which the images are coming small. How to go about it?
Have used the following code to display images:
\begin{frame}[plain]
\vcenteredhbox{\includegraphics[width=5cm,height=5cm,keepaspectratio]{pc3.jpg}}
\vcenteredhbox{\includegraphics[width=5cm,height=5cm,keepaspectratio]{pc4.png}}
\end{frame}
frame, one possibility would be to write\begin{frame][plain]to get as much space as possible. – Andrew Swann Oct 21 '12 at 10:50\vcenteredhboxis not defined bybeamer. Does Peter Grill's answer solve your problem? – Andrew Swann Oct 21 '12 at 15:41