Can I use a background image?

2,199 views
Skip to first unread message

standardfehler

unread,
Dec 1, 2010, 8:28:11 AM12/1/10
to beamer...@googlegroups.com
Hi, I recently used the LaTeX beamerposter package to create my poster.
It really worked for me quite well.
But one sample question: is there any chance that I can use a background
image?

Thanks for support!

Xiaoming

xiaoming

unread,
Dec 1, 2010, 9:07:36 AM12/1/10
to LaTeX beamerposter
problem solved! Basically it's pretty easy. Hier is my solution:
\usepackage{tikz}
\setbeamertemplate{background canvas}
{
\tikz{\node[inner sep=0pt,opacity=1.0] {\includegraphics[height=
\paperheight,width=\paperwidth]{my background}};}
}

Xiaoming
On Dec 1, 2:28 pm, standardfehler <standardfeh...@googlemail.com>
wrote:

Loïc Cerf

unread,
Dec 1, 2010, 9:41:11 AM12/1/10
to beamer...@googlegroups.com
Le mercredi 01 décembre 2010 à 06:07 -0800, xiaoming a écrit :
> problem solved! Basically it's pretty easy. Hier is my solution:
> \usepackage{tikz}
> \setbeamertemplate{background canvas}
> {
> \tikz{\node[inner sep=0pt,opacity=1.0] {\includegraphics[height=
> \paperheight,width=\paperwidth]{my background}};}

Isn't there a command \usebackgroundtemplate to do so? I think that the
following works (and does not require tikz):
\usebackgroundtemplate{\includegraphics[height=\paperheight]{my
background}}


Magic Banana

xiaoming

unread,
Dec 1, 2010, 10:42:35 AM12/1/10
to LaTeX beamerposter
> Isn't there a command \usebackgroundtemplate to do so? I think that the
> following works (and does not require tikz):
> \usebackgroundtemplate{\includegraphics[height=\paperheight]{my
> background}}

Yes, you are right. It works just perfect. Thanks!

regards,

Xiaoming
Reply all
Reply to author
Forward
0 new messages