<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [OS X TeX] Putting a banner in
beamer</title></head><body>
<div>At 14:08 +0100 9/5/08, Jason Davies wrote:</div>
<div><br>
<br>
</div>
<blockquote type="cite" cite>  If there is a simple way to do
this, or even a complicated one, I would be grateful to any tips. So
far I can position the logo almost anywhere</blockquote>
<div><br>
<br>
</div>
<div>See beameruserguide para 8.2.5  extract:</div>
<div><br></div>
<blockquote>To install a logo, use the following command:</blockquote>
<blockquote>\logo{hlogo texti}</blockquote>
<blockquote>The hlogo texti is usually a command for including a
graphic, but it can be any text. The position where</blockquote>
<blockquote>the logo is inserted is determined by the current theme,
you cannot (currently) specify this position</blockquote>
<blockquote>directly.</blockquote>
<blockquote>Example:</blockquote>
<blockquote>\pgfdeclareimage[height=0.5cm]{logo}{tu-logo}</blockquote>
<blockquote>\logo{\pgfuseimage{logo}}</blockquote>
<blockquote>Example:</blockquote>
<blockquote>\logo{\includegraphics[height=0.5cm]{logo.pdf}}</blockquote
>
<blockquote>Currently, the effect of this command is just to setup the
logo template. However, a more sophisticated</blockquote>
<blockquote>effect might be implemented in the future.</blockquote>
<blockquote><br></blockquote>
<div><br></div>
<div>I hope this helps</div>
<div><br></div>
<div>Peter</div>
<div><br></div>
</body>
</html>