2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-25 06:18:05 +02:00
LaTeX-examples/documents/DYCOS/figures/graph-t1.tex
2014-01-11 19:59:15 +01:00

7 lines
327 B
TeX

\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, white] at (1,0) {$v_2$};
\node (struktur)[label={[label distance=-0.2cm]0:$t=1$}] at (-2,1) {};
\end{tikzpicture}