|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Reusing tikz graphcisHello,
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 graphcisOn 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 |
|
|
Re: Re using tikz graphcisThank you.
|
| Free Forum Powered by Nabble | Forum Help |