[texhax] Beamer - footline
Steve Schwartz
s.schwartz at imperial.ac.uk
Thu Apr 22 19:12:32 CEST 2010
Lukas
On Thu, 2010-04-22 at 14:41 +0100, Procházka Lukáš Ing. - Pontex s. r.
o. wrote:
> I'd need to divide the footer space are into three parts and use them
> in the following manner: left = logo, middle = author, right = title.
>
> How to do it?
Define your own footline, e.g.:
\usepackage{tabularx}
\setbeamertemplate{footline}{
\colorbox{blue}{\color{white}
\begin{tabularx}{0.98\textwidth}{|X|X|X|}
insertlogo &
\hfill\insertshortauthor\hfill\phantom{.} &
\hfill\insertshorttitle\\
\end{tabularx}
}
}
You can build anything you like within the template definition, so you
don't need to use tabularx, but could do something simple like
(untested)
\centerline{\insertlogo\hfill\insertshortauthor\hfill\insertshorttitle}
This can all be quite fiddly, (hence the 0.98\textwidth), but you get
the idea?
HTH
Steve
PS There's also a latex-beamer-users at lists.sourceforge.net forum which
you might find helpful.
--
+-------------------------------------------------------------------+
Professor Steven J Schwartz Phone: +44-(0)20-7594-7660
Head, Space & Atmospheric Physics Fax: +44-(0)20-7594-7772
The Blackett Laboratory E-mail: s.schwartz at imperial.ac.uk
Imperial College London Office: Huxley 6M67A
London SW7 2AZ, U.K. Web: www.sp.ph.ic.ac.uk/~sjs
+-------------------------------------------------------------------+
More information about the texhax
mailing list