How to insert a logo into beamer's sidebar?

I put the following code into the preamble, but it doesn't work.

\pgfdeclareimage[interpolate=true,width=1.4cm,height=1.4cm]{mylogo}{logo}
\setbeamertemplate{sidebar left} {
\pgfuseimage{mylogo}
......
}

Many thanks!


Reply via email to