Sadless is a good man, but you can not see it through.

2010年12月3日 星期五

Viso 轉 PS 轉 EPS

需先安裝Adobe professional

Visio 2010中:
檔案 -> 列印
1.選"Adobe PDF"
2.勾選"無背景(No Background)"
3.勾選"列印至檔案(Print to file)"
4.內容(Properties...) -> 勾掉 "rely on system fonts...."
5.版面配置 -> 進階 -> post script 選項 -> 選"封裝式 PostScript (EPS)"
6確定列印並存成.ps file

用gostview開啟.ps file
1.Orientation -> Portrait
2.檔案 -> PS to EPS (勾選 Automatically calculate bounding box)
3.存成.eps file

檢查 pdf 檔:
將圖檔轉成.pdf
File => Properties => Fonts
不要出現新細明體等,看不懂的字體出現,就ok

2010年12月2日 星期四

use TexMakder to include eps

選項->設定 TexMaker->快速編譯
選擇第五項:Latex + Dvips + ps2pdf + 檢視pdf

----------------------------------------------------------
Remember, EPS only works with the following compiling routes:
LaTeX => DVI
LaTeX => PS
LaTeX => PS => PDF

but not with LaTeX => PDF !!!