I am creating a slide template for a presentation in LaTex using Beamer package. I found the placement of logo in the slide is not that easy. Instead of placing the logo in the same position throughout the slides, I want to place the logo in the middle or a bit up from the middle in the title slide. Is it possible?
Question 2:
In the slides after the titleslide I want to have the logo in the top right corner. So, I put this command,
Code: Select all
\logo{\includegraphics[height=0.8cm]{logo.eps}\vspace{220pt}}
However, if I change the color of the top bar then the logo goes behind the bar and it's no longer visible. Screenshot here. Is there any way by which I can put the logo on the top?
EDIT: Crossposting from here.