Custom background in LaTeX’s Beamer

LaTeX
Author

Vinh Nguyen

Published

June 10, 2009

In powerpoint or keynote, you can easily insert a background image in your slides. In Beamer, this can be done with little effort. I found instructions here. Just put the following in the preamble:

\usebackgroundtemplate{
\includegraphics{Path to image}
}