Re: [問題] Gnuplot (繪圖)
※ 引述《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/LaTeX/M.1619606067.A.EF1.html
→
04/28 18:53,
3年前
, 1F
04/28 18:53, 1F
※ 編輯: curiosity2 (140.116.92.50 臺灣), 05/06/2021 09:51:59
→ curiosity2: http://gensoft.pasteur.fr/docs/gnuplot/5.0.4/node425.html
※ 編輯: curiosity2 (140.116.92.50 臺灣), 05/07/2021 09:38:58
※ 編輯: curiosity2 (140.116.92.50 臺灣), 05/07/2021 09:39:27
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
LaTeX 近期熱門文章
PTT數位生活區 即時熱門文章