Snippet Tags:
Snippets by Date:
This page is a catalog for various PGF/TikZ snippets. Click on the picture to see a larger version, or click on the title to see the source code. Note that several of these snippets use the \tikzstyle keys defined in tikzstyledefs.tex and described in more detail on my Trace Diagrams with TikZ Page.
PGF (Portable Graphics Format) & TikZ (TikZ ist kein Zeichenprogramm) are a combination of
packages that can be used for generating high-quality graphics using a
-like syntax. I like TikZ because it generates graphics on the fly, without the need for separate files for each picture… this is a lifesaver for papers that have hundreds of diagrams. It is also has a very natural and intuitive syntax. For example, the command to draw a line between
and
is \tikz{ \draw(0,0)to(1,1); } See this tutorial at the pracTeX Journal for help on getting started with PGF/TikZ. The instructions here require version 2.00 which is available at http://sourceforge.net/projects/pgf/, with documentation here. Another great resource is this PGF/TikZ Gallery.
Featured Snippets
"Go Army" & "elisha" Ambigrams
(last edited on 1229524531|%e %b %Y, %H:%M %Z|agohover by
elishapeterson)
All Snippets (sorted by title)
- Army Math Lattice last edited 1229447877|%O ago (%e %b %Y) by
elishapeterson - "Go Army" & "elisha" Ambigrams last edited 1229524531|%O ago (%e %b %Y) by
elishapeterson - Pascal's Triangle last edited 1229524809|%O ago (%e %b %Y) by
elishapeterson - Pentagons last edited 1229524918|%O ago (%e %b %Y) by
elishapeterson - Transition Matrix last edited 1229525098|%O ago (%e %b %Y) by
elishapeterson
Recent Snippets (sorted by last edit date)
- Transition Matrix last edited 1229525098|%O ago (%e %b %Y) by
elishapeterson - Pentagons last edited 1229524918|%O ago (%e %b %Y) by
elishapeterson - Pascal's Triangle last edited 1229524809|%O ago (%e %b %Y) by
elishapeterson - "Go Army" & "elisha" Ambigrams last edited 1229524531|%O ago (%e %b %Y) by
elishapeterson - Army Math Lattice last edited 1229447877|%O ago (%e %b %Y) by
elishapeterson









