graphix插入图片的问题求教
\documentclass{article}\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics{reactmodel.eps}
\caption{example}
\end{figure}
\end{document}
请问大家上面的为什么插入图片不可以呀
我已经把tex文件和图片放在一个目录里了
求教了 应该把报错也一起贴上 - -
试试下面的看下行不行。。。
\begin{figure}
\caption{\label{fall} }%make the comment about the figure
\begin{center}
\includegraphics{reactmodel.eps}
\end{center}
\end{figure}
页:
[1]