博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
一个不错的编辑图片的方法(create a pdf file exactly as big as a tikz picture)
阅读量:5032 次
发布时间:2019-06-12

本文共 474 字,大约阅读时间需要 1 分钟。

这个方法比较适用于用latex做poster时插入的图片。

用tikz画的图片如果想用于别的tex文件中,需要生产与图片大小符合的pdf图片文件(这样可以防止后续截图丢失像素)。方法如下,使用pgfrealjob。

一个简单的例子:

\documentclass{
article} \usepackage{ graphics} \usepackage{ tikz} \pgfrealjobname{picture} \begin{ document} \beginpgfgraphicnamed{picture-f1} \begin{ tikzpicture} \fill (0,0) circle (10pt); \end{ tikzpicture} \endpgfgraphicnamed \end{ document} 在命令行执行
pdflatex --jobname=picture-f1 picture.tex

转载于:https://www.cnblogs.com/cs-jack-cheng/p/4110342.html

你可能感兴趣的文章
HTML5实践 -- iPhone Safari Viewport Scaling Bug
查看>>
一位数据挖掘成功人士 给 数据挖掘在读研究生 的建议
查看>>
Python3.6.0安装
查看>>
hdu1049
查看>>
H5项目常见问题及注意事项
查看>>
索尼(SONY) SVE1512S7C 把WIN8降成WIN7图文教程
查看>>
时间模块 && time datetime
查看>>
jquery自动生成二维码
查看>>
spring回滚数据
查看>>
新浪分享API应用的开发
查看>>
美国专利
查看>>
【JavaScript】Write和Writeln的区别
查看>>
百度编辑器图片在线流量返回url改动
查看>>
我对你的期望有点过了
查看>>
微信小程序wx:key以及wx:key=" *this"详解:
查看>>
下拉框比较符
查看>>
2.2.5 因子的使用
查看>>
css选择器
查看>>
photoplus
查看>>
Python 拓展之推导式
查看>>