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

\pgfdeclareimage[width=1.0\paperwidth]{image2009}{images/image2009}
\defbeamertemplate*{title page}{image theme}{
\pgfuseimage{image2009}
}
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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

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