Странные ошибки с изображением в текстовом файле

Странные ошибки с изображением в текстовом файле

Я работаю над рукописью на обороте, и она прекрасно там компилируется, однако, когда я пытаюсь ее отправить, компилятор 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

Связанный контент