我一直在努力使我的代码在 LaTeX 中运行,但我找不到任何解决方法。我已经替换\textit
为\itshape
,因为我在另一个主题中读到这可能会触发错误。它仍然不起作用。
\documentclass[11pt, letterpaper]{article}
\usepackage[utf8]{inputenc}
\usepackage[margin=1.2in]{geometry}
\usepackage{mathtools}
\begin{document}
\begin{enumerate}
\item {\itshape The probability that the random variable $X$ takes values in a range $I = (a,b]$ este is given by}
\begin{equation}
P( a < X \leq b ) = \sum_{a<x_i \leq b} p_i, \tag{14}
\end{equation}
{\itshape which is equal to the sum of the probabilities $p_i$, corresponding to the possible values $x_i$ for which \begin{math} a<x_i\leg b \end{math}.}
\end{enumerate}
\end{document}
错误显示如下:
! Undefined control sequence.
l.21 ...s $x_i$ for which \begin{math} a<x_i\leg
b \end{math}.}
?
答案1
l.21
TeX 因无用的错误信息而臭名昭著。一旦你知道它的意思,就不会太糟糕了:“未定义的控制序列”位于以:开头的行的末尾\leg
。