我尝试使用其他答案来解决这类错误,但没用。这是 TexLive 中代码的一个简单部分。错误:
Fatal error occurred, no output PDF file produced!
libpng error: Not a PNG file
\documentclass{article}
\usepackage{amssymb}
\usepackage{geometry}
\newcommand{\norm}[1]{\left\lVert#1\right\rVert} % norm: double vertical bars
\usepackage{amsmath}
\usepackage{graphicx}
\graphicspath{ {c:/Users/Amin/Desktop/} }
\begin{document}
\fontsize{12pt}{12pt}\selectfont
\includegraphics{Drawing1}
\end{document}
答案1
也许将扩展添加到图形中会起作用。只需替换 \includegraphics{Drawing1}
经过
\includegraphics{绘图1.png}
答案2
我觉得你应该加上你的人物的名字,
\begin{figure}[H]
\begin{center}
\includegraphics[scale=0.85]{test.jpg}
\caption{test}
\label{fig:test_figure}
\end{center}
\end{figure}
我就是这样做的