Re: [問題] eps 轉成 pdf 的問題
※ 引述《rumbie (test)》之銘言:
: 因為某些需要 我現在只能用 pdflatex
: 所以想要把圖檔 .eps 都轉成 .pdf 再放到檔案裡
: 遇到一個問題
: 目前不知道是"ps轉eps"
: 還是"eps轉pdf"中發生的問題
: 例如下面這個例子 (流程圖)
: http://www.texample.net/tikz/examples/assignment-structure/
: 這個網站放的.pdf檔:
: http://media.texample.net/tikz/examples/PDF/assignment-structure.pdf
: 我自己用 latex+dvips+ps2eps+epstopdf 之後得到
: http://tinyurl.com/2ecpdn9
: 差別在於,我編譯出來的檔案旁邊的空白很少
: 少到連最下面"Konklusion"的框框在 include 之後都看不太到了
: 想請問有沒有辦法讓旁邊的空白稍微多一點?
: 希望有人能解答,謝謝
手動修改eps檔的bounding box
用文字編輯器打開eps檔
會在第二行看到
%%BoundingBox: 92 309 460 770
前兩個數字是bounding box 左下角的座標, 後兩個是右上角的座標,
想要在圖檔下方多點空白,
就改成
%%BoundingBox: 92 290 460 770
然後執行epstopdf即可
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 58.114.255.248
討論串 (同標題文章)
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章