Gnuplot 繪圖 terminal pdfcairo - Linux
By Vanessa
at 2021-04-28T18:33
at 2021-04-28T18:33
Table of Contents
※ 引述《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
--
: 因為目前使用 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
--
Tags:
Linux
All Comments
By Faithe
at 2021-04-29T04:10
at 2021-04-29T04:10
Related Posts
Container內 cin疑問
By Lydia
at 2021-04-25T23:03
at 2021-04-25T23:03
請問現在 Linux 繁中注音輸入法是不是一灘死水?
By Hardy
at 2021-04-25T15:22
at 2021-04-25T15:22
Gnuplot (繪圖)
By Una
at 2021-04-22T21:31
at 2021-04-22T21:31
可在已安裝系統分區的硬碟上作軟raid嗎
By Franklin
at 2021-04-21T21:38
at 2021-04-21T21:38
postfix ssl憑證設定請教
By Hazel
at 2021-04-21T17:36
at 2021-04-21T17:36