Graphics, Figures & Tableshow to make beamer titlepage filled with a image file ?

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
luoyi
Posts: 4
Joined: Sat Oct 24, 2009 5:17 am

how to make beamer titlepage filled with a image file ?

Post by luoyi »

Hi, I want to make a beamer titlepage filled with a image file, and I've tried the following code:

Code: Select all

Code, edit and compile here:
\pgfdeclareimage[width=1.0\paperwidth]{image2009}{images/image2009}
\defbeamertemplate*{title page}{image theme}{
\pgfuseimage{image2009}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
but the result looks bad. there are some margin space on the leftside and the topside of the page.

does anyone know how to include a image that can fill the whole page without leave any space ? thx ahead.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

fatra2
Posts: 126
Joined: Fri May 01, 2009 1:43 pm

Re: how to make beamer titlepage filled with a image file ?

Post by fatra2 »

Hi there,

You might need to tweak it manually, with commands \vpsace{-1cm} and \hspace{-1cm} to make it fit to your needs.

Cheers
Post Reply