youyudebulusi 发表于 2012-9-10 11:24

graphix插入图片的问题求教

\documentclass{article}
\usepackage{graphicx}
\begin{document}
\begin{figure}
\includegraphics{reactmodel.eps}
\caption{example}
\end{figure}
\end{document}
请问大家上面的为什么插入图片不可以呀
我已经把tex文件和图片放在一个目录里了
求教了

愿影森林 发表于 2012-10-22 13:24

应该把报错也一起贴上 - -
试试下面的看下行不行。。。
\begin{figure}
\caption{\label{fall} }%make the comment about the figure
\begin{center}
\includegraphics{reactmodel.eps}
\end{center}
\end{figure}
页: [1]
查看完整版本: graphix插入图片的问题求教