diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-09-10 02:42:33 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-09-10 02:42:33 +0200 |
commit | 4bba6b3fdbdec0de8b39198b0af7ca4fd4f15958 (patch) | |
tree | 7eb37990c94431fbe74ae6798a0f650353fc6b79 | |
parent | c3f7f15b10d7e703910696c5bbfa116f0aee3e6a (diff) |
add slide number to bottom footer line
-rw-r--r-- | 2019/cccb-cellular_base_station_technology/cellular_base_station_technology.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2019/cccb-cellular_base_station_technology/cellular_base_station_technology.tex b/2019/cccb-cellular_base_station_technology/cellular_base_station_technology.tex index 0423eec..9d21d26 100644 --- a/2019/cccb-cellular_base_station_technology/cellular_base_station_technology.tex +++ b/2019/cccb-cellular_base_station_technology/cellular_base_station_technology.tex @@ -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} |