如果找不到文件图像,请选择其他图像

如果找不到文件图像,请选择其他图像

我想用规则编辑我的代码:如果未找到图像 A.png,则显示 backup.png

我的最小代码:

\documentclass{article}
\usepackage[pdftex]{graphicx}
\begin{document}

Select backup.png image if file image A.png not found
\begin{center}
\includegraphics{A.png}
\end{center}
\end{document}

预先感谢

相关内容