Re: [問題] Gnuplot (繪圖)

看板LaTeX (論文排版)作者 (dog)時間3年前 (2021/04/28 18:34), 3年前編輯推噓0(001)
留言1則, 1人參與, 3年前最新討論串2/2 (看更多)
※ 引述《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
是的,就是要分開處理,文字→ .tex,圖形→ .pdf。
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
文章代碼(AID): #1WYJepxn (LaTeX)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #1WYJepxn (LaTeX)