答案1
我想你可以把字幕材料作为author
区块的一部分。如果你选择这条路,一定要 (a) 在区块的行间留出一些额外的空白,author
以及 (b) 使用可选参数\author
来(重新)陈述作者的真实姓名。
\documentclass{beamer}
\usetheme{Madrid}
\title{title}
%\subtitle{}
\author[name]{subtitle \\[1cm] % choose amount of vertical separation
name}
\date{\today}
\begin{document}
%content
\begin{frame}
\maketitle
\end{frame}
\begin{frame}
\frametitle{My first slide}
fsadlkfjas
\end{frame}
\end{document}