我有一个包含许多.eps
文件的 overleaf 项目。我使用graphicx
包将它们包含在最终文件中.pdf
。大多数文件都可以正确编译,但其中两个带有标签的文件(在 Matlab 中制作)编译时出现异常:
第二张图片看起来类似。我像这样包含了文件:
\begin{figure}
\centering
\includegraphics[width=\textwidth]{figures/Dipol_24h_Mean_fHz.eps}
\caption{Mean acceleration spectral density on dipol laser table magnified}
\label{fig:dipol24hmean500}
\end{figure}
但是,如果我下载 pdf,它看起来不错。我尝试将其编译为单独的.tex
文件,它看起来不错。希望有人能帮助我。