\endcsname 和多重定义的标签。

\endcsname 和多重定义的标签。

我对 Latex 还不熟悉,但用它写过一些文档,没有出现重大错误。我目前正在写论文,插入图片后出现错误。

以下是导致错误的代码:

\begin{figure}[h]
\centering
\includegraphics[width=0.5\textwidth]{helix.jpg}
\caption{$\alpha$ -helix formation}
\label{fig:$\alpha$ -helix formation}
\end{figure}

我认为主要是$\alpha$部分,这似乎是因为它被包含在一个图形列表中。

我还刚刚注意到它说我有多重定义的标签。

[5] [6] (./DissertationLayout.aux
./DissertationLayout.aux:38: Missing \endcsname inserted.
<to be read again> 
                   \alpha 
l.38 ...ha $ -helix formation\relax }{figure.3}{}}

? 
./DissertationLayout.aux:38: Missing $ inserted.
<inserted text> 
                $
l.38 ...ha $ -helix formation\relax }{figure.3}{}}

? 
./DissertationLayout.aux:38: Extra \endcsname.
\@newl@bel ... \bbl@tempa \csname #1@#2\endcsname 
                                                  \def \bbl@tempb {#3}\@safe...
l.38 ...ha $ -helix formation\relax }{figure.3}{}}

? 
)

LaTeX Warning: There were multiply-defined labels.

相关内容