I use beamer with the warsaw style to create presentation. I would like to insert an image in the title slide as part of customization. An image that fills the whole breadth of the slide but limits to half height. How to do it. Couldn't find proper direction from beamer user guide
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
You can add an image on the title slide in
Alternatively you can place an image inclusion macro in one of the other title page macros, e.g.
Finally, you also can place the logo on an absolute position of the titlepage using
|
||||
|
|
|
If you want that appair the logo in all slices I think that you need the option logo in the preamble(for example after of the option \author)
where # is a number between 0 and 1 and is used to scale the size of image. I use with theme PaloAlto! |
|||||
|

plainoption for the frame. – Gonzalo Medina Jun 24 '11 at 2:34