看板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