Estou tentando usar o pmatrix da seguinte maneira:
\begin{equation}\label{Eq.11}
J =
\begin{pmatrix}
\frac{\partial c_{1}(t+1)}{\partial c_{1}(t)} & \frac{\partial c_{1}(t+1)}{\partial c_{2}(t)} & \cdots & \frac{\partial c_{1}(t+1)}{\partial c_{L}(t)} \\
\frac{\partial c_{2}(t+1)}{\partial c_{1}(t)} & \frac{\partial c_{2}(t+1)}{\partial c_{2}(t)} & \cdots & \frac{\partial c_{2}(t+1)}{\partial c_{L}(t)} \\
\vdots & \vdots & \ddots & \vdots \\
\frac{\partial c_{L}(t+1)}{\partial c_{1}(t)} & \frac{\partial c_{L}(t+1)}{\partial c_{2}(t)} & \cdots & \frac{\partial c_{L}(t+1)}{\partial c_{L}(t)}
\end{pmatrix}.
\end{equation}
Os seguintes erros aparecem:
! Extra \right.\endpmatrix -> \endmatrix \right ) \end{pmatrix}
! Missing $ inserted.<inserted text>$ \end{pmatrix}
! Missing } inserted.<inserted text>} \end{pmatrix}
! You can't use `\eqno' in math mode.\endmathdisplay@a ...\df@tag \@empty \else \veqno\alt@tag \df@tag \fi \ifx ... \end{equation}
! Missing \right. inserted.<inserted text>\right . \end{equation}
! Missing \endgroup inserted.<inserted text>\endgroup \end{equation}
Este código funciona bem em outros documentos, mas o último documento em que estou trabalhando consiste em vários arquivos, cada um representando um capítulo do documento.
Qualquer sugestão será muito apreciada.
Obrigado
Responder1
Por favor poste semprecompletodocumentos que geram o erro. Em particular, permite verificar se o fragmento que você está postando gera de fato um erro. O fragmento da sua pergunta não gera erro e as mensagens de erro não são mensagens de erro completas do TeX.
No entanto, eu acho que seu documento real é algo assim, que comete erros semelhantes. Aqui mostro o erro completo do TeX, que é mais informativo do que a visualização filtrada:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
$\left( % unfinished math expression
\begin{equation}\label{Eq.11}
J =
\begin{pmatrix}
\frac{\partial c_{1}(t+1)}{\partial c_{1}(t)} & \frac{\partial c_{1}(t+1)}{\partial c_{2}(t)} & \cdots & \frac{\partial c_{1}(t+1)}{\partial c_{L}(t)} \\
\frac{\partial c_{2}(t+1)}{\partial c_{1}(t)} & \frac{\partial c_{2}(t+1)}{\partial c_{2}(t)} & \cdots & \frac{\partial c_{2}(t+1)}{\partial c_{L}(t)} \\
\vdots & \vdots & \ddots & \vdots \\
\frac{\partial c_{L}(t+1)}{\partial c_{1}(t)} & \frac{\partial c_{L}(t+1)}{\partial c_{2}(t)} & \cdots & \frac{\partial c_{L}(t+1)}{\partial c_{L}(t)}
\end{pmatrix}.
\end{equation}
\end{document}
Comete os seguintes erros (em TeXsempreolhe primeiro para o primeiro erro, pois neste caso todos os erros seguintes são espúrios)
! LaTeX Error: Bad math environment delimiter.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.7 \begin{equation}
\label{Eq.11}
?
! You can't use `\eqno' in math mode.
\endmathdisplay@a ...\df@tag \@empty \else \veqno
\alt@tag \df@tag \fi \ifx ...
l.15 \end{equation}
?
! Missing \endgroup inserted.
<inserted text>
\endgroup
l.15 \end{equation}
?
! Missing \right. inserted.
<inserted text>
\right .
l.15 \end{equation}
?
! LaTeX Error: \begin{document} ended by \end{equation}.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.15 \end{equation}