我正在尝试在 中编写公式,tikzpicture
但它被更改了。累积乘积的索引从 下方移至\prod
之后。请参阅 MWE:
\documentclass{beamer}
\usepackage{tikz}
%%%%%%%%%%%%%%%%%
\begin{document}
\begin{frame}
\begin{center}
\begin{tikzpicture}
\node [font=\bf\tiny] {$1 - \widehat{S}(t) = \prod_{j:t_j \leq t} \frac{d_{kj}}{n_{j}}$};
\end{tikzpicture}
\end{center}
\begin{equation}
1 - \widehat{S}(t) = \prod_{j:t_j \leq t} \frac{d_{kj}}{n_{j}}
\end{equation}
\end{frame}
\end{document}
知道原因吗?有什么解决办法吗?
答案1
与 tikZ 无关。您正在使用以$...$
这种方式排版的内联模式。使用
$ ... \prod\limits_{j:t_j \leq t} ... $