作者curiosity2 (dog)
看板LaTeX
标题Re: [问题] Gnuplot (绘图)
时间Wed Apr 28 18:34:25 2021
※ 引述《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://webptt.com/cn.aspx?n=bbs/LaTeX/M.1619606067.A.EF1.html
1F:→ EdwardGJLee: 是的,就是要分开处理,文字→ .tex,图形→ .pdf。 04/28 18:53
※ 编辑: 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