Errores extraños con imagen en archivo tex

Errores extraños con imagen en archivo tex

Estoy trabajando en un manuscrito al dorso y se compila perfectamente allí, sin embargo, cuando intento enviarlo al compilador local de ArXiv no le gusta en absoluto. El error principal parece provenir de la línea 62, que es solo el título /título de mi imagen.

%% 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}

¿Alguien tiene alguna idea de lo que está pasando aquí?

Registro de errores:https://pastebin.com/YRHUCe02

Archivo:https://www.overleaf.com/read/rdcwwzwvhgsy

información relacionada