使用\includegraphics
TeXLive 2020(来自 Debian Bullseye,当前稳定版),我包含了一个图形文件。该文件已正确合并,输出看起来符合我的预期,但尽管如此,我还是收到一条警告,提示找不到该文件。我想弄清楚如何消除该警告。
MWE 如下所示:
\documentclass{book}
\usepackage{graphicx}
\begin{document}
The target is {\includegraphics[height=20pt]{target.epsi}}.
\end{document}
日志文件中的输出如下所示:
LaTeX Warning: File `target.epsi' not found on input line 6.
File: target.epsi Graphic file (type eps)
<target.epsi>
[1
] (./mwe-epsi.aux) )
Here is how much of TeX's memory you used:
我已将target.epsi
文件放在 pastebin 中https://pastebin.com/raw/xVnc1WMd。