2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 14:28:05 +02:00
LaTeX-examples/documents/DYCOS/figures/graph-t2.tex

9 lines
370 B
TeX
Raw Normal View History

2014-01-11 19:59:15 +01:00
\tikzstyle{vertex}=[draw,black,circle,minimum size=10pt,inner sep=0pt]
\tikzstyle{edge}=[very thick]
\begin{tikzpicture}[scale=1,framed]
\node (a)[vertex,label=$A$] at (0,0) {$v_1$};
\node (b)[vertex,label={\color{blue}$A$}] at (1,0) {$v_2$};
\draw[->] (a) -- (b);
\node (struktur)[label={[label distance=-0.2cm]0:$t=2$}] at (-2,1) {};
\end{tikzpicture}