Erros de sequência de controle indefinidos no verso

Erros de sequência de controle indefinidos no verso

Estou recebendo erros de "Sequência de controle indefinida." em 3-4 partes do meu código de látex ao usar o verso. Carreguei amsmath em meu preâmbulo. Não consigo entender qual é a causa ou como posso corrigi-la. Estou compartilhando os segmentos de código para os quais o erro aponta abaixo:

Primeira ocorrência:

\begin{equation*} \small
    n(\ell)= \frac{k\log(\ell)}{\max\limit_{(\gamma,q_{sp})}
    h\Big(E\Big[e^{-\frac{\gamma}{V  \sigma^{2}P+\sigma_{w}^{2}}}\Big]\Big)- 
    E\Big[h\Big(e^{-\frac{\gamma}{V  \sigma^{2}P+\sigma_{w}^{2}}}\Big)\Big]}
\end{equation*} \normalsize where $E(.)$ denotes the expectation for  $V \sim 
 \operatorname{Bin}(k, q_{sp})$, $q_{sp}$ is the probability  $\gamma$ denotes threshold.

segunda ocorrência:

\begin{equation} 
    n(\ell) \geq \frac{k\log(\ell)}{\max\limit_{(\gamma,q_{sp})}h\Big(E\Big[e^{- 
    \frac{\gamma}{V  \sigma^{2}P+\sigma_{w}^{2}}}\Big]\Big)-E\Big[h\Big(e^{- 
    \frac{\gamma}{V  \sigma^{2}P+\sigma_{w}^{2}}}\Big)\Big]}.\label{equ}
\end{equation}

terceira ocorrência:

  \begin{equation}
    C=\max\limit_{(\gamma,\textbf{q})} I(\Tilde{\textbf{X}};Z) \label{sumcap}
    \end{equation} where $\textbf{q} =\{q_{a_1} \ldots q_{a_k}\}$ are sampling 
    probabilities of   $\{a_1 \ldots a_k\}$, i.e., $X^{a_i}  \sim Bern(q_{a_i})$  
    such that  $X^{a_i}\ind X^{a_j}  $ $\forall i,j \in  \{1,\ldots k\}; i\neq j$.

Eu sinto que está tudo certo. Mas, de alguma forma, não é. Alguém pode me ajudar a resolver isso, por favor?

Responder1

A mensagem de erro completa para o primeiro erro é:

<argument> \max \limit 
                       _{(\gamma ,q_{sp})} h\Big (E\Big [e^{-\frac {\gamma }...
l.7 ...{V  \sigma^{2}P+\sigma_{w}^{2}}}\Big)\Big]}
                                                  
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

Observe: "A sequência de controle no final da linha superior..." Então está nos apontando para \limit, o que provavelmente deveria ser \lim.

informação relacionada