Clean bottom right controls
This commit is contained in:
parent
2c799f12f7
commit
cb65dbb943
@ -1,5 +1,14 @@
|
||||
\documentclass{beamer}
|
||||
|
||||
% Only show at bottom right the current page number over the total number of pages.
|
||||
\setbeamertemplate{navigation symbols}
|
||||
{
|
||||
\usebeamerfont{footline}
|
||||
\usebeamercolor[fg]{footline}
|
||||
\hspace{1em}
|
||||
\insertframenumber/\inserttotalframenumber
|
||||
}
|
||||
|
||||
% To avoid warning `Token not allowed in a PDF string (Unicode):(hyperref) removing `\\'`
|
||||
\pdfstringdefDisableCommands{%
|
||||
\def\\{}%
|
||||
|
Loading…
Reference in New Issue
Block a user