Re: [問題] winedt插入圖..

看板LaTeX (論文排版)作者 (司布林)時間14年前 (2011/01/06 05:25), 編輯推噓1(100)
留言1則, 1人參與, 最新討論串2/2 (看更多)
我平常加圖到 latex 時大多也都加 .eps 檔,只是我不是用 \includegraphics, 我的做法如下: 在 \documentclass[conference,12pt]{IEEEtran} 這一行後面加入 \input epsf %load the epsf library 之後加圖時,用類似下面的寫法 \begin{figure}[ht] %[ht] 是可選擇的,不加也沒關係,圖會置頂 \begin{center} \leavevmode \hbox{ \epsfxsize = 2.5in \epsffile{SAV2.eps}} \end{center} \caption{A graph} \label{SAV2} \end{figure} 其中 \epsfxsize = 2.5in 是設定圖在文中的寬度,您可自行調整。 若不行的話,也可以考慮將圖匯出成 .pdf 檔,用 .pdf 檔的方法加入。 ※ 引述《DreamLoser (金屬製品)》之銘言: : 我要求的真的很簡單...不用在那設計圖的大小還是什麼選項... : 下午搞半天在那弄photoshop單純就只是為了把jpg檔轉成eps : 可沒想到弄好eps之後 還是沒辦法執行 : code就只有這樣... : \usepackage{graphicx} : \begin{figure} : \includegraphics{SAV2.eps} : \end{figure} : 但是要跑pdf的時後顯示 : !Latex Error: Unkown graphics extension: .eps. : 我這個tex檔是放桌面的 然後那個SAV2.eps也是放桌面 應該是沒什麼問題 : 編輯器用winedt... : 繁瑣的東西我都不會 並沒奢望想要在那圖置中 調大小之類的 我只想要把圖放上去就好.. : 但就沒辦法~"~ -- Xuite日誌:http://blog.xuite.net/springman/ 網路城邦:http://blog.udn.com/springman 聖經查詢系統:http://springbible.fhl.net/ 芳苑教會:http://fychurch.fhl.net/ 信望愛bbs:http://wbbs.fhl.net/ 自由軟體使用經驗分享 http://springbible.blogspot.com/ -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.105.91.66

01/06 12:54, , 1F
thanks alot! this works! Great!
01/06 12:54, 1F
文章代碼(AID): #1D9E6-QS (LaTeX)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #1D9E6-QS (LaTeX)