插图需要用到的graphics或graphicx宏包,然后使用宏包中的\includegraphics命令进行插入图片。

导言区:

\usepackage{graphicx}

插入一个图片:

\includegraphics[选项]{图片路径}