答案1
外部主题sidebar
将在您的演示文稿中添加这样的侧边栏导航:
\documentclass{beamer}
\usecolortheme{whale}
\useoutertheme{sidebar}
\begin{document}
\section{title 1}
\begin{frame}
test
\end{frame}
\section{title 2}
\begin{frame}
test
\end{frame}
\end{document}
有几种现成的主题带有这种导航栏,请参见https://github.com/UweZiegenhagen/LaTeX-Beamer-Theme-Overview/blob/main/OVERVIEW.md概览