答案1
smoothbars
该主题看起来像和的组合miniframes
。
\documentclass{beamer}
\useoutertheme[subsection=false]{smoothbars}
\useoutertheme[footline=authortitle,subsection=false]{miniframes}
\usecolortheme{dolphin}
\author{names}
\title{text}
\begin{document}
\section{Introduction}
\begin{frame}
\frametitle{title}
test
\end{frame}
\end{document}