看板LaTeX
标 题Re: [问题] \includegraphics
发信站(null) (Wed Feb 29 23:32:47 2012)
转信站ptt!news.ntu!ctu-gate!ctu-peer!news.nctu!csnews.cs.nctu!news.cs.nctu!f
With this command, you cannot simply use jpg or png files. You have to
use eps files. If you want to use jpg, you can transfrom it to eps
(Gimp does it very well), or read the following post:
http://www.math.ucsd.edu/~bdriver/DRIVER/LaTex_Examples/latex_graphics.htm
Good luck.
Xu
On 2012-02-28 14:52:13 +0000, E=MC^2 said:
> \usepackage{graphicx}
> .
> .
> .
> \begin{figure}[tb]
> \centering
> \includegraphics[width=0.87\textwidth]{BWDif.jpg}
> \caption{Picture}\label{bwd}
> \end{figure}
>
> 我想用上述指令插入图片
> 但不知道为何一直出现错误讯息
> cannot dertermine size of graphic BWDif.jpg [no bounding box]
> 我是用LaTeX 谢谢~
>
> PS. 以下资讯不知有没有相关
> 我记得原本可以跑 但一个月前装了cwtex
> 然後不小心去改了encoding为utf-8