Re: Centering an image in beamer
- From: "Gary L. Gray" <gray@xxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 21:17:43 -0400
In article <44A3ECAD.308@xxxxxxxxxxxxx>,
"R (Chandra) Chandrasekhar" <chandra@xxxxxxxxxxxxx> wrote:
Dear Folks,
I want to centre an image in beamer.
The slide is:
\begin{frame}
\frametitle{Title}
\centering
\resizebox{75mm}{!}{\includegraphics{image.jpg}}
\end{frame} %
I cannot get it to be centred with the above.
FYI, I am using the Pittsburgh theme; but changing the theme makes no
difference.
Why not just use:
\begin{frame}
\frametitle{Title}
\begin{center}
\resizebox{75mm}{!}{\includegraphics{image.jpg}}
\end{center}
\end{frame} %
That works for me.
Regards,
Gary L. Gray
.
- Follow-Ups:
- Re: Centering an image in beamer
- From: R (Chandra) Chandrasekhar
- Re: Centering an image in beamer
- References:
- Centering an image in beamer
- From: R (Chandra) Chandrasekhar
- Centering an image in beamer
- Prev by Date: Re: Removing duplicate eps graphics on each page
- Next by Date: TeXLive and GS 8.54 Incompatible?
- Previous by thread: Centering an image in beamer
- Next by thread: Re: Centering an image in beamer
- Index(es):
Relevant Pages
|