我正在尝试在我的报告中插入一个图形(使用 TexMaker),我在序言中使用的代码是:
\usepackage{graphicx}
然后,当放置我的图形(一个 .png 并且与我的 .tex 文件位于同一文件夹中)时,我使用了以下代码:
\begin{figure}[htbp]
\centering
\includegraphics[scale=1]{BoneHier.png}
\caption{A figure depicting the hierarchical structure of bone from the macrostructure of compact and trabecular bone to the sub-nanostructure of the collagen fibrils and hydroxyapatite crystals. Figure taken from Rho, Kuhn-Spearing and Zioupos (1998)}
\end{figure}
当我在 PDFLaTex 下编译时,这出现在我的消息中
!pdfTex error: pdflatex (file.BoneHier.png): libpng: internal error
==> fatal error occured, no output PDF file produced
编辑:当我点击“查看 PDF”时,弹出错误信息“未找到文件”
(如果这个问题已经在其他地方回答过了,很抱歉,我尝试过其他帖子中提供的解决方案,但没有效果!)