add slide number to bottom footer line

This commit is contained in:
Harald Welte 2019-09-10 02:42:33 +02:00
parent c3f7f15b10
commit 4bba6b3fdb
1 changed files with 7 additions and 0 deletions

View File

@ -6,6 +6,13 @@
{\usebeamerfont{frametitle}\vfill\centering}
{\par\vfill}
% ensure the page number is printed in front of the author name in the footer
\newcommand*\oldmacro{}
\let\oldmacro\insertshortauthor% save previous definition
\renewcommand*\insertshortauthor{%
\leftskip=.3cm% before the author could be a plus1fill ...
\insertframenumber\,/\,\inserttotalframenumber\hfill\oldmacro}
\usepackage[pdf]{graphviz}
\usetheme{Warsaw}
\usecolortheme{whale}