Page LayoutCentered Section Dots in Header of Presentation

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
minidiable
Posts: 30
Joined: Tue Nov 13, 2012 4:18 pm

Centered Section Dots in Header of Presentation

Post by minidiable »

Hi,

I would like to center the sections reported in each slide. Now I have something like that:
beamer1.png
beamer1.png (23.33 KiB) Viewed 4553 times
And I would like that the sections "Academic Background" and "Bachelor Thesis" are centered or aligned to left!

How can I do that?

My code till now is this.

Code: Select all

\documentclass{beamer}
%\usetheme{Madrid} % My favorite!
%\usetheme{Copenhagen}
%\usetheme{Boadilla} % Pretty neat, soft color.
%\usetheme{default}
%\usetheme{Warsaw}
%\usetheme{Bergen} % This template has nagivation on the left
\usetheme{Frankfurt} % Similar to the default 
%with an extra region at the top.
%\usecolortheme{seahorse} % Simple and clean template
\usecolortheme{whale} % Simple and clean template
%\usetheme{Darmstadt} % not so good
% Uncomment the following line if you want %
% page numbers and using Warsaw theme%
%\setbeamertemplate{footline}[page number]
%\setbeamercovered{transparent}
\setbeamercovered{invisible}
% To remove the navigation symbols from 
% the bottom of slides%
\setbeamertemplate{navigation symbols}[center] 
%
Thanks for helping,
Fab.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Centered Section Dots in Header of Presentation

Post by Johannes_B »

Hey, seems that nobody replied yet. Do you know about minimal working examples. Those can help us understand your problem. We can test it, spot the cause of the problem and are able to help you.

Maybe you edit your last post or write a new one (one or two frames), and somebody might be able to help.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply