내 인생에 대한 오류를 찾을 수 없습니다

내 인생에 대한 오류를 찾을 수 없습니다

맨 아래에 수식이 있는 텍스트 블록이 뒷면에 있는데 왜 뒷면이 컴파일에 실패하는지 찾을 수 없습니다. $ 또는 {가 누락되었지만 거기에는 문제가 없다는 내용입니다. Overightharp는 제가 가져온 패키지이고 잘 작동하므로 문제가 되지 않습니다. 여기서 무슨 문제가 있습니까?

The stiffness matrix $\bf{K}$ of the physical reservoir 
is a function of $\overrightharp{x}$, where 
$\overrightharp{x}=\[x_1(t), x_(t),...,x_D(t)\]$ 
is a collection of all displacements for $D$ 
masses/nodes/neurons. Since the mass displacements 
vary as a function of time, the stiffness matrix 
dies as well. Consequently, the system's eigenvalues 
and eigenfrequencies vary as a function of time. Using 
the discretized time-scale $m=1,2,3,...,M$ with time-step 
$dt$, the system's eigenvalues $\overrightharp{\lambda}(m)$ 
and eigenfrequencies $\overrightharp{\omega}(m)$  are found 
analytically for each time step by solving the by solving the 
Quadratic Eigenvalue Problem (QEP) shown below, where 
$\overrightharp{v}(m)$ are the eigenvectors at each each 
time-step $m$. There are a total of $2D$ eigenvalues, unlike 
traditional eigenvalue problems where there are $D$ eigenvalues \cite{QEP}.

\begin{equation}
   \left(\bf{M} \overrightharp{\lambda^2}(m)+\bf{C}\overrightharp{\lambda}(m)
   +\bf{K}\right)\overrightharp{v}(m) = 0
\end{equation}

답변1

의 매개변수는 \overrightharp텍스트 모드로 조판됩니다(참조:https://mirror.las.iastate.edu/tex-archive/macros/latex/contrib/harpoon/harpoon.pdf), 텍스트로 $\overrightharp{\lambda}$쓰는 것과 같기 때문에 사용하면 작동하지 않습니다 . \lambda대신에 \overrightharp{$\lambda$}.

예를 들어 $\overrightharp{\lambda}(m)$로 변경합니다 \overrightharp{$\lambda$}$(m)$.

편집: 이것은 작동하지만 작살은 좀 보기 흉할 것입니다. 패키지 accents가 더 잘 작동할 것입니다.https://tex.stackexchange.com/a/426353/319442.

관련 정보