Re: Centering an image in beamer



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
.



Relevant Pages

  • Re: Centering an image in beamer
    ... Gary L. Gray wrote: ... I want to centre an image in beamer. ... The slide is: ... I am using the Pittsburgh theme; but changing the theme makes no difference. ...
    (comp.text.tex)
  • How to use showexpl package (with beamer)
    ... showexpl package to show latex code examples and its result. ... I would like to set the environment (documentclass, fonts, packages) ... First one with beamer. ... \frametitle{Second slide} ...
    (comp.text.tex)
  • Re: Problem with Beamer Class
    ... I am using the Latex Beamer Class and now I wanna have 2 pictures next ... to each other on a slide. ... I wouldn't be particularly surprised if beamer didn't honour float specs, ...
    (comp.text.tex)
  • Re: Beamer for new style
    ... Unfortunately, it looks as if Beamer is only modifiable to use variants on its own existing styles, rather then being usable to implement a completely new slide design. ... I can manage most of this, but I cannot see how/where you specify that a logo goes in the top left corner within the coloured banner, and that the title/subtitle are left-aligned in the remaining width, rather than centered; nor how to make the footline with that layout. ...
    (comp.text.tex)
  • Re: Beamer/Slides Help!!
    ... > like to have the notes page with only the last slide of the frame. ... Yes, use the pfg package, which is fully compatible with beamer and comes ...
    (comp.text.tex)