texfile 中圖像的奇怪錯誤

texfile 中圖像的奇怪錯誤

我正在背頁上寫一份手稿,它在那裡完美編譯,但是當我嘗試提交它時,ArXiv 的現場編譯器根本不喜歡它。主要錯誤似乎源自於第 62 行,這只是我的圖像的 /caption。

%% An example figure call using \includegraphics
\begin{figure}[h!]
\begin{center}
\includegraphics[width=\textwidth]{Figure_1.png}
\caption{The top row shows from left to right: the chop difference frames of HR2652 taken with chop angles of 0, 180, 270 and 90 degrees and the corresponding nod frames in the middle row. Note the inverted signal on the background pattern for opposing chop angles. The panels in the bottom row compare inverse chop addition with classical chopping and nodding along two chop directions. The red rectangle represents the region used for background calibration and the black square represents the region used for obtaining source counts.} 
 \label{fig:1}
\end{center}
\end{figure}

有人知道這裡發生了什麼事嗎?

錯誤日誌:https://pastebin.com/YRHUCe02

文件:https://www.overleaf.com/read/rdcwwzwvhgsy

相關內容