| adm | Find | login register |
本人已不在此站活動 joined: 2007-09-19 posted: 4946 promoted: 325 bookmarked: 206 歸隱山林 |
一般我們想引入圖檔(eps),通常是無法直接給 pdflatex 使用,要先轉成 pdf 檔,而且 eps 檔裡頭的文字要用其他文字取代的話,要使用 psfrag 來做。pstool package 讓你可以一氣呵成的利用 psfrag 取代 eps 檔裡頭的文字並直接給 pdflatex 使用,無需另外轉檔。 這個 package 需要另外安裝 inversepath package 來做路徑判斷。 另外,這個 package 會需要呼叫外部指令,所以,如果你的 pdflatex 沒有把 -shell-escape 功能編譯進去的話,執行時要另行加入此一參數: pdflatex -shell-escape your.tex
http://www.tex.ac.uk/tex-archive/macros/latex/contrib/pstool
edited: 1
|
| adm | Find | login register |