lyx-users  

Re: add logo to slides when using beamer

Jeremy C. Reed
Wed, 08 Oct 2008 08:37:54 -0700

> > \pgfdeclareimage[height=2cm]{ISC-gears2}{ISC-gears2.png}
> >
> > \logo{\pgfuseimage{ISC-gears2}}
> 
> I have placed this in the preamble and if I remember well we need to pass an 
> absolute path to \pgfdeclareimage because the latex code is compile in a 
> directory different from the one where the file is...

I moevd to the preamble and used full path to image.

I looked at the log and saw:

Package pgf Warning: File 
"/home/reed/presentations/dnssec-intro/ISC-gears2.png
" not found when defining image "ISC-gears2".
(pgf)                Tried all extensions in "pdf:jpg:png" on input line 
51.


Package pgf Warning: Missing width for image "ISC-gears2" in draft mode.
(pgf)                Using 1cm instead on input line 51.



I got it to work by removing the ".png" from the filename.

Now I have a image in bottom right of each slide above the bottom border 
(that has the presentation Title) and above the PDF control graphics.

The image now overlaps some of my content so I am going to maybe make it 
smaller but at least I can now see it.

If you have any ideas on how to get it to be in background so text goes 
over it, please let me know.

Thanks,

Jeremy C. Reed