Latex 报错:Undefined control sequence. \includegraphics

  • 报错代码:
\begin{figure}
	\centering
	\includegraphics[width=0.7\linewidth]{my_features}
	\caption{my_features}
	\label{fig:my_features}
\end{figure}
  • 报错信息:

  • 解决方法:
    在导言区引入 graphicx 包

\usepackage{graphicx}