From cb65dbb943b7b1b8802877e5f4ed2f398d5bd317 Mon Sep 17 00:00:00 2001 From: Benjamin Loison Date: Mon, 10 Jun 2024 15:47:07 +0200 Subject: [PATCH] Clean bottom right controls --- documentation/slides/slides.tex | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/slides/slides.tex b/documentation/slides/slides.tex index 1f0acda..c389cf2 100644 --- a/documentation/slides/slides.tex +++ b/documentation/slides/slides.tex @@ -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\\{}%