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:
parent
36425299c5
commit
899cd5afe2
9 changed files with 97 additions and 77 deletions
|
@ -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}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
\node (a)[vertex,label=$A$] at (0,0) {$v_1$};
|
||||
\node (b)[vertex,label={\color{blue}$A$}] at (1,0) {$v_2$};
|
||||
\node (c)[vertex,label=$B$] at (2,0) {$v_3$};
|
||||
\draw[->] (a) -- (b);
|
||||
\draw[->] (c) -- (b);
|
||||
\draw[->] (b) -- (a);
|
||||
\draw[->] (b) -- (c);
|
||||
\node (struktur)[label={[label distance=-0.2cm]0:$t=3$}] at (-1,1) {};
|
||||
\end{tikzpicture}
|
||||
|
|
15
documents/DYCOS/figures/graph-t4.tex
Normal file
15
documents/DYCOS/figures/graph-t4.tex
Normal file
|
@ -0,0 +1,15 @@
|
|||
\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=45:{\color{blue}$A$}] at (1,0) {$v_2$};
|
||||
\node (c)[vertex,label=$B$] at (2,0) {$v_3$};
|
||||
\node (d)[vertex] at (1,1) {$v_4$};
|
||||
\draw[->] (b) -- (a);
|
||||
\draw[->] (b) -- (c);
|
||||
|
||||
\draw[->] (d) -- (a);
|
||||
\draw[->] (d) -- (b);
|
||||
\draw[->] (d) -- (c);
|
||||
\node (struktur)[label={[label distance=-0.2cm]0:$t=3$}] at (-1,1) {};
|
||||
\end{tikzpicture}
|
Loading…
Add table
Add a link
Reference in a new issue