Examples for Various \tikzstyle keys

Snippets Page

Sample usage and result of basic TikZ styles as specified in tikzstyledefs.tex.

tikztraceexample.gif

Source Code

\begin{tikzpicture}
 \node[vertex]at(0,3){};
 \node[ciliation]at(.5,3){};
 \node[ciliatednode=50]at(1,3){};
 \node[matrix]at(1.5,3){$A$};
 \node[small matrix]at(2,3){$B$};
 \node[vector]at(2.5,3){$j$};

 \draw[trivalent](0,1)--(0,2);
 \draw[dotdotdot](.5,1)--(.5,2);
 \draw[directed](1,1)--(1,2);
 \draw[reverse directed](1.5,1)--(1.5,2);
 \draw[with matrix={$C$}](2,1)--(2,2);
 \draw[with small matrix={$D_1$}](2.5,1)--(2.5,2);
 \draw[directed matrix={$E$}](3,1)--(3,2);
 \draw[directed small matrix={$F$}](3.5,1)--(3.5,2);
 \draw[reverse directed matrix={$G$}](4,1)--(4,2);
 \draw[reverse directed small matrix={$H$}](4.5,1)--(4.5,2);
\end{tikzpicture}

Note that TikZ libraries needed to be loaded before using these commands:
\usetikzlibrary{arrows,shapes}
\usetikzlibrary{decorations.markings}
Page tags: tikzstyle tracediagram
page_revision: 2, last_edited: 1232662052|%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