答案1
使用 longstack (stacktype L)。已编辑使用\normalbaselineskip
而不是\baselineskip
,以便它可以出现在 中tabular
(如果需要)。
\documentclass{beamer}
\usepackage{stackengine}
\def\stacktype{L}
\setstackgap{L}{.7\normalbaselineskip}
\stackMath
\begin{document}
\begin{equation}
\stackunder{x}{\scriptstyle1}=\stackunder{p_{A|B}}{\scriptstyle1}
\end{equation}
\begin{tabular}{cc}
\stackunder{x}{\scriptstyle1}=\stackunder{p_{A|B}}{\scriptstyle1}
&
\stackunder{x}{\scriptstyle1}=\stackunder{p_{A|B}}{\scriptstyle1}
\end{tabular}
\end{document}