2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

starke Überarbeitung

This commit is contained in:
Martin Thoma 2014-01-12 17:20:36 +01:00
parent 36425299c5
commit 899cd5afe2
9 changed files with 97 additions and 77 deletions

View file

@ -3,6 +3,6 @@
\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);
\draw[->] (b) -- (a);
\node (struktur)[label={[label distance=-0.2cm]0:$t=2$}] at (-2,1) {};
\end{tikzpicture}