Page LayoutBeamer: move logo and/or frame number

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
eswap0
Posts: 17
Joined: Tue Sep 28, 2010 8:40 pm

Beamer: move logo and/or frame number

Post by eswap0 »

Hi,
I am using Beamer with Rochester theme.
I set:

Code: Select all

\setbeamertemplate{footline}[frame number]

\pgfdeclareimage[height=0.7cm]{latex-logo}{my_logo_image}
\logo{\pgfuseimage{latex-logo}}
What happens is that both logo and frame numbers are located in the bottom-right corner.
Is there any way to move al least one of them to another corner?
Thanks!
Last edited by eswap0 on Mon Dec 20, 2010 11:28 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

eswap0
Posts: 17
Joined: Tue Sep 28, 2010 8:40 pm

Beamer: move logo and/or frame number

Post by eswap0 »

Solved it by myself, after some time of working on it this weekend.
By the way, I made a solution for "two logos and the frame number in the middle". Removing one logo keeps the same structure (with just one logo, obviously)
;)

Code: Select all

\setbeamertemplate{footline}{
\color{gray}
     \begin{tabularx}{\textwidth}{XXX}
	     \includegraphics[width=0.15\textwidth]{logo1} & 
          \hfill\insertframenumber/\inserttotalframenumber\hfill\phantom{.}&
	  \hfill\includegraphics[width=0.19\textwidth]{logo2} \\
      \end{tabularx}
      }
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Beamer: move logo and/or frame number

Post by localghost »

Now that you've found a solution, please be so kind and mark the topic (not the last post) accordingly as clearly written in Section 3 of the Board Rules (to be read before posting). Please keep that in mind for the future so that further reminders will not be necessary.


Thorsten
Post Reply