本文介绍了在LaTeX Beamer演示文稿中隐藏演示文稿控件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我目前正在使用LaTeX Beamer构建演示文稿.有没有办法隐藏幻灯片底部的演示文稿控件?我不使用这些控件,它们有时会与幻灯片的文字发生冲突.
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.
推荐答案
是,摘自 Beamer指南:
\ usenavigationsymbolstemplate {}
\usenavigationsymbolstemplate{}
尽管从那时起语法似乎已经改变. 此最新页面具有:
Although it looks like the syntax has changed since then. This more recent page has:
\setbeamertemplate{navigation symbols}{}%remove navigation symbols
这篇关于在LaTeX Beamer演示文稿中隐藏演示文稿控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!