latex插入图片,常用两种格式,PDF
或者EPS.
如果用Latex编译,就用.eps的图片;如果用PDFLatex编译,就用.pdf
的图片。代码如下:
\begin{figure}
\centering
% Requires \usepackage{graphicx}%(插入图片需要借助于宏包“graphicx”)
\includegraphics[scale = 0.1]{tupian.pdf}
\caption{lizi}\label{figure:tupian}
\end{figure}