I am currently building a presentation using LaTeX beamer. Is there a way to hide the presentation controls on the bottom of the slides? I don't use those controls, and they sometimes collide with the slide's text.
Asked
Active
Viewed 4.8k times
2 Answers
129
Yes, from p.223 of the Beamer guide:
To remove navigation symbols,
\usenavigationsymbolstemplate{}
Although it looks like the syntax has changed since then. This more recent page has:
\setbeamertemplate{navigation symbols}{}%remove navigation symbols

ire_and_curses
- 68,372
- 23
- 116
- 141
63
The simplest way is:
\beamertemplatenavigationsymbolsempty

Vivi
- 4,070
- 6
- 29
- 44
-
43ThatisagoodanswerthanyouverymuchIwillupvoteitnow – Waldir Leoncio Jun 02 '15 at 19:17
-
5@WaldirLeoncio Lacking a »k«? (won't compile ;) ) – Luis Jun 06 '16 at 17:05