[問題] latex 在輸出插入圖片的問題 ?

看板LaTeX (論文排版)作者 (微風輕吹)時間18年前 (2007/06/19 05:42), 編輯推噓2(204)
留言6則, 2人參與, 最新討論串1/6 (看更多)
我 latex 是按照精華區內的文章在下面這個網站下載安裝的。 http://www.math.thu.edu.tw/~course/math_software/ 我原始檔如下 : (測試能不能有圖出來,我有一張 1.eps 在桌面。) \documentclass[12pt]{article} \usepackage{graphics} \begin{document} hello word \includegraphics{1.eps} \end{document} 按下輸出成 pdf 檔結果變下面這樣 ...... http://homepage.ntu.edu.tw/~r94221029/error.JPG
是少了什麼配件嗎 ? 還是哪裡打錯 @@? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 140.112.217.78 ※ 編輯: Dirichlet 來自: 140.112.217.78 (06/19 05:50)

06/19 07:19, , 1F
pdflatex 不能直接用 eps 檔,要先在 \usepackage{graphics}
06/19 07:19, 1F

06/19 07:26, , 2F
下面加 \usepackage{epstopdf} 才可以用 eps 檔
06/19 07:26, 2F

06/19 07:28, , 3F
還有,graphicx is preferred over graphics
06/19 07:28, 3F

06/19 10:59, , 4F
謝謝了 qq
06/19 10:59, 4F

06/19 11:00, , 5F
不過我直接輸出成 pdf 有成功但是沒檔案出現 但是用
06/19 11:00, 5F

06/19 11:02, , 6F
Pulatex 輸出成 cdi 再轉 dvi 再轉 pdf 就可以 orz
06/19 11:02, 6F
文章代碼(AID): #16TlnKfg (LaTeX)
文章代碼(AID): #16TlnKfg (LaTeX)