PGF/TikZ Code Snippets

Snippet Tags:

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 \TeX packages that can be used for generating high-quality graphics using a \LaTeX-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 (0,0) and (1,1) 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

admissibilityex.png

Admissibility

(last edited on 1234382136|%e %b %Y, %H:%M %Z|agohover by elishapetersonelishapeterson)

dotcross.png

Dot and Cross Products & Vector Identities

(last edited on 1232982682|%e %b %Y, %H:%M %Z|agohover by elishapetersonelishapeterson)

prettysimplerecurrence.png

Pretty Simple Loop Recurrence

(last edited on 1232392873|%e %b %Y, %H:%M %Z|agohover by elishapetersonelishapeterson)

All Snippets (sorted by title)

  1. Admissibility last edited 1234382136|%O ago (%e %b %Y) by elishapetersonelishapeterson
  2. Dot and Cross Products & Vector Identities last edited 1232982682|%O ago (%e %b %Y) by elishapetersonelishapeterson
  3. Pretty Simple Loop Recurrence last edited 1232392873|%O ago (%e %b %Y) by elishapetersonelishapeterson
  4. Simple Tensor Diagrams last edited 1234382065|%O ago (%e %b %Y) by elishapetersonelishapeterson
  5. Symmetrizers & Basic Trivalent Diagrams last edited 1234382370|%O ago (%e %b %Y) by elishapetersonelishapeterson
  6. Trivalent Spin Networks & Identities last edited 1234382493|%O ago (%e %b %Y) by elishapetersonelishapeterson
  7. Vectors and Matrices in Trace Diagrams last edited 1234382262|%O ago (%e %b %Y) by elishapetersonelishapeterson

Recent Snippets (sorted by last edit date)

  1. Trivalent Spin Networks & Identities last edited 1234382493|%O ago (%e %b %Y) by elishapetersonelishapeterson
  2. Symmetrizers & Basic Trivalent Diagrams last edited 1234382370|%O ago (%e %b %Y) by elishapetersonelishapeterson
  3. Vectors and Matrices in Trace Diagrams last edited 1234382262|%O ago (%e %b %Y) by elishapetersonelishapeterson
  4. Admissibility last edited 1234382136|%O ago (%e %b %Y) by elishapetersonelishapeterson
  5. Simple Tensor Diagrams last edited 1234382065|%O ago (%e %b %Y) by elishapetersonelishapeterson
  6. Dot and Cross Products & Vector Identities last edited 1232982682|%O ago (%e %b %Y) by elishapetersonelishapeterson
  7. Pretty Simple Loop Recurrence last edited 1232392873|%O ago (%e %b %Y) by elishapetersonelishapeterson
page_revision: 87, last_edited: 1258893615|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License