LaTex 插入图片

时间:2014-03-22 06:50:12   收藏:0   阅读:391

  \usepackage{mathrsfs}

  \usepackage{amsmath}

  \usepackage{graphicx}  宏包

  

  \includegraphics{graph01.eps}  %插入图片graph01.eps

  figure  环境,

  \begin{figure}

  \centering

  \includegraphis[scale=2,angle=30]{graph01.eps}

  \caption{This is a figure.}

  \end{figure}

LaTex 插入图片,布布扣,bubuko.com

原文:http://www.cnblogs.com/alsofly/p/3615858.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!