I'm just working on my phd thesis presentation and wanted to add page (frame) numbers to my presentation.
I used \setbeamertemplate{footline}[frame number] which destroys my original footline, but this is exactly what I wanted. However, it prints the frame number in the format "frame numer/total number of frames". Is there any way to omit the total number of frames. I want it to be in this format: "frame number".
See my total settings below.
Best regards,
Christian
Code: Select all
\documentclass{beamer}
\mode<presentation> {
\usetheme{Ilmenau}%
\usecolortheme{beaver}
\usefonttheme{professionalfonts}
\useinnertheme{circles}
\useoutertheme{split}
\setbeamercolor{title}{fg=black}
\setbeamertemplate{navigation symbols}{}
\setbeamercovered{transparent}
\definecolor{rudi}{rgb}{0.71,0.02,0.03} \definecolor{ocker}{rgb}{0.59,0.42,0.04}
\setbeamercolor{frametitle}{fg=rudi}
\setbeamertemplate{footline}[frame number]
\setbeamercolor*{section in head/foot}{fg=rudi,bg=white}
%\setbeamercolor*{subsection in head/foot}{fg=rudi,bg=black}
\setbeamercolor{structure}{fg=rudi}
}