Logo on title slide only

2,323 views
Skip to first unread message

radiodurans

unread,
Feb 25, 2011, 12:22:24 AM2/25/11
to LaTeX Beamer class
How do I make a logo appear only on the title slide only and not every
single slide?

John Harrold

unread,
Mar 3, 2011, 7:06:25 PM3/3/11
to LaTeX Beamer class
The way I do it is:
I use the textpos package:
\usepackage[absolute,overlay]{textpos}

Then I create a pgf image:
\pgfdeclareimage[width=.4in]{fg:logo}{figures/logo}

Then I just use the textblock command to place the logo where I want
on the title page:

\begin{frame}
\titlepage
\begin{textblock*}{\textwidth}(.25in,2in)
\pgfuseimage{fg:logo}
\end{textblock*}
\end{frame}
Reply all
Reply to author
Forward
0 new messages