Reusing tikz graphcis

View: New views
3 Messages — Rating Filter:   Alert me  

Reusing tikz graphcis

by mathman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I use iteration schemes similar to the one below from fauskes.net. There are several of sets of similar code in a single doucment so it would be nice to "save" the generated graphic for future use since typesetting these drawings takes considerable time. Is there a way to do this? Thanks...Tom

\documentclass{article}
\usepackage{tikz}
\usetikzlibrary{decorations.fractals}
\usetikzlibrary{decorations.footprints}
\begin{document}
\begin{tikzpicture}[decoration=Koch snowflake]
    \draw decorate{ decorate{ decorate{ decorate{ (0,0) -- (3,0) }}}};
\end{tikzpicture}

\end{document}

Re: Re using tikz graphcis

by Hans Meine-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Freitag 11 Juli 2008, mathman wrote:
> I use iteration schemes similar to the one below from fauskes.net. There
> are several of sets of similar code in a single doucment so it would be
> nice to "save" the generated graphic for future use since typesetting these
> drawings takes considerable time. Is there a way to do this? Thanks...Tom

Did you have a look at the externalization library(ies)?

Have fun,
  Hans


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
pgf-users mailing list
pgf-users@...
https://lists.sourceforge.net/lists/listinfo/pgf-users

signature.asc (204 bytes) Download Attachment

Re: Re using tikz graphcis

by mathman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank you.
Hans Meine-4 wrote:
On Freitag 11 Juli 2008, mathman wrote:
> I use iteration schemes similar to the one below from fauskes.net. There
> are several of sets of similar code in a single doucment so it would be
> nice to "save" the generated graphic for future use since typesetting these
> drawings takes considerable time. Is there a way to do this? Thanks...Tom

Did you have a look at the externalization library(ies)?

Have fun,
  Hans

 
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
pgf-users mailing list
pgf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgf-users