Overleaf 有问题吗?

Overleaf 有问题吗?

我遇到了一个有趣的问题,下面的代码使用Texstudio执行良好:

% Preamble
\documentclass[11pt]{article}

% Packages
\usepackage{graphicx, auto-pst-pdf}
\usepackage{chemscheme}
\usepackage{chemnum}

% Document
\begin{document}

\begin{scheme}[htb]
    \footnotesize
    \centering
    \replacecmpd{compound1}
    \replacecmpd{compound2}
    \replacecmpd{compund3}
    \includegraphics{overview.eps}
    \caption{Testing the chemical numbering functionalities of the chemscheme package with pdfLatex.}
    \label{scm:chemnum}
\end{scheme}

This is a reference to compound \refcmpd{compound2}.

\end{document}

产生以下pdf: 在 texstudio 中生成的 pdf

然而,在 Overleaf 中执行此代码时: 在 overleaf 中生成的 pdf 出现以下错误消息:

包 pdftex.def 错误:未找到文件“output-pics.pdf”:使用草稿设置。

有人知道为什么会发生这种情况吗?在这两个例子中,pdfLatex 都用作编译器。

先感谢您!

相关内容