Re: [問題] Gnuplot 繪圖 terminal pdfcairo
※ 引述《curiosity2 (dog)》之銘言:
: 因為目前使用 pdflatex , 如果使用 gnuplot 畫數據圖,
: terminal pdfcairo
: 想要打出 Latex 符號 可以嗎?
: 以前 使用 terminal pslatex 時是可以,但現在 用
: terminal pdfcairo 就不知道該如何做了?
我後來使用
set term cairolatex pdf color fontscale 0.46 font "Arial"
set output "abcd.tex"
這樣就會 得到 abcd.tex 和 abcd.pdf 這兩個檔案。
在 Latex 主文件 (譬如 main1.tex) 中 , 加入
\input{abcd.tex}
再執行 pdflatex main1.tex 這樣輸出的 main1.pdf 中 就會有 abcd 這個圖形顯示。
上述的過程中,我還得要 編輯 abcd.tex 將當中
\includegraphics{abcd} 改為 \includegraphics{abcd.pdf}
才能進行 pdflatex main1.tex
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.116.92.50 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1619605996.A.7BF.html
推
04/28 19:09,
3年前
, 1F
04/28 19:09, 1F
※ 編輯: curiosity2 (140.116.92.50 臺灣), 04/28/2021 19:53:14
→ curiosity2: http://gensoft.pasteur.fr/docs/gnuplot/5.0.4/node425.html
※ 編輯: curiosity2 (140.116.92.50 臺灣), 05/07/2021 09:40:47
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
Linux 近期熱門文章
23
129
PTT數位生活區 即時熱門文章