作者Dirichlet (微風輕吹)
看板LaTeX
標題[問題] latex 在輸出插入圖片的問題 ?
時間Tue Jun 19 05:42:43 2007
我 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)
1F:推 cgkm:pdflatex 不能直接用 eps 檔,要先在 \usepackage{graphics} 06/19 07:19
2F:→ cgkm:下面加 \usepackage{epstopdf} 才可以用 eps 檔 06/19 07:26
3F:→ cgkm:還有,graphicx is preferred over graphics 06/19 07:28
4F:推 Dirichlet:謝謝了 qq 06/19 10:59
5F:→ Dirichlet:不過我直接輸出成 pdf 有成功但是沒檔案出現 但是用 06/19 11:00
6F:→ Dirichlet:Pulatex 輸出成 cdi 再轉 dvi 再轉 pdf 就可以 orz 06/19 11:02