码迷,mamicode.com
首页 > 其他好文 > 详细

极好的编辑图片的方法(create a pdf file exactly as big as a tikz picture)

时间:2014-11-20 13:36:49      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:ar   使用   sp   文件   art   as   tt   c   file   

用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

极好的编辑图片的方法(create a pdf file exactly as big as a tikz picture)

标签:ar   使用   sp   文件   art   as   tt   c   file   

原文地址:http://www.cnblogs.com/cs-jack-cheng/p/4110342.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!