Hiding the presentation controls in LaTeX beamer presentation [closed]

放肆的年华 提交于 2019-12-18 10:18:13

问题


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.


回答1:


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



回答2:


The simplest way is:

\beamertemplatenavigationsymbolsempty 


来源:https://stackoverflow.com/questions/3017030/hiding-the-presentation-controls-in-latex-beamer-presentation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!