I'm wondering is there any method to delete the button line in the lower right corner as show in the picture (above the page number). Thank you
Asked
Active
Viewed 212 times
3
samcarter_is_at_topanswers.xyz
- 158,329
chloe
- 31
1 Answers
1
You can redefine the navigation symbols template:
\documentclass{beamer}
\setbeamertemplate{navigation symbols}{}
\begin{document}
\begin{frame}
abc
\end{frame}
\end{document}
samcarter_is_at_topanswers.xyz
- 158,329