[texhax] Beamer - footline

Procházka Lukáš Ing. - Pontex s. r. o. LPr at pontex.cz
Thu Apr 22 15:41:58 CEST 2010


Hello,

I'm creating a beamer presentation.

I'm using the default beamer template and the "beamerthemesplit" package.

I like the presentation to have the footer bar - but I'd like to add a company logo (e.g. "Logo.png") to left part of its left half.

Although I look to the "beameruserguide", I cannot get to know how to add it.

I tried to modify the \author definition to demonstrate the wanted result (see the commented line) - but it's not the right result.

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?

Thank you in advance.

Lukas

--8<--

\documentclass[9pt]{beamer}

\usepackage[cp1250]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{lmodern}

\usepackage[czech]{babel}
\usepackage{color}
\usepackage{beamerthemesplit}

\title{XY}
\subtitle{AB}
%\author{\includegraphics{Logo.png}\hspace{\stretch{1}}Aaa} % Not working
\author{Aaa}
\date{\today}

\setbeamertemplate{blocks}[rounded][shadow=true]

\hypersetup{pdfpagemode=FullScreen}

\begin{document}

   \frame{\titlepage}

   \frame{\tableofcontents}

   \section{1}
   \begin{frame}{}
     Frm1
   \end{frame}

   % Last frame

   \section{}
   \begin{frame}[plain,c]{}
     Thx
   \end{frame}

\end{document}

--8<--
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Logo.png
Type: image/png
Size: 114 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20100422/a4ee7620/attachment.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: t5.tex
Type: application/x-tex
Size: 614 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20100422/a4ee7620/attachment.tex>


More information about the texhax mailing list