答案1
您可以使用\substack
。
\documentclass{beamer}
\usepackage{amsmath}
\begin{document}
\begin{frame}
\begin{block}{Second stage:}
\begin{equation*}
Y_i = \beta_0 + \beta_1 \hat{D}_i + \underbrace{\delta(\text{score}_i)}_{\substack{\text{Continuous} \\ \text{function}}} + \epsilon_i
\end{equation*}
\end{block}
\end{frame}
\end{document}