If $\textit{P}_{\textit{i}}$ is given tile \big($\textit{u,v}$\big),
then Prob\big($H_p__i, _(u,v)$\big) = 1 while,
Prob\big($H_p__j, _(u,v)$\big) = 0, for all j $\neq$ i.
为什么我在 LaTeX 中! Double subscript
遇到错误?! Missing { inserted
答案1
该字符$
不是用于打印诸如之类的“特殊符号” \neq
,而是用于整个数学公式。
\documentclass[a4paper]{article}
\usepackage{amsmath}
\DeclareMathOperator{\Prob}{Prob}
\begin{document}
If $P_{i}$ is the given tile $(u,v)$, then $\Prob(H_{P_{i},(u,v)}) = 1$,
while $\Prob(H_{P_{j},(u,v)}) = 0$, for all $j\neq i$.
\end{document}
我修正p_{i}
为P_{i}
:我不认为应该有不同的符号,对吧?
没有必要使用\big
,这在本例中没有任何清晰度。无论如何,它应该里面数学公式
$\Prob\bigl(H_{P_{i},(u,v)}\bigr) = 1$