Document Classesbeamer footline

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

beamer footline

Post by neumannturing »

Hi,
CambridgeUS theme almost meet my need except that the footline. It splits the footline into three boxes showing author(Insitute), Title, Date and frame number.
My title is too long to fit into the second box, but the third box(containing the Date and frame number) has many space. So I want to enlarge the second box and make the third box shorter. I also want to only show the first box showing only the author's name, no insitute and the parenthesis. How can I do that?
Thank you.

Recommended reading 2024:

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

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

User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamer footline

Post by localghost »

From my point of view you have two possible solutions.
  • Use a short form for the title of your presentation.
  • This theme uses the outer theme »infolines« which you can find in the installation path of beamer.

    Code: Select all

    <path>/tex/latex/beamer/themes/outer
    Here <path> depends on your operating system. In the file beamerouterthemeinfolines.sty you will find the definition of the foot line. Copy this definition and modify it according to your needs. The commands for the contents of the boxes are self-evident.

Best regards
Thorsten¹
Post Reply