LaTeX中插入png图片

在上面的包里要加一句:

 \usepackage{graphicx} 

然后正文里用如下

 \begin{figure}[htb]
 \center{\includegraphics[width=5cm]  {fig1.png}}
 \caption{\label{1} Test}
 \end{figure}
其中fig1是名字 lable{1}后面的是图片名字

你可能感兴趣的:(LaTeX)