mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Bilder hinzugefügt
This commit is contained in:
parent
403fa74df9
commit
54ab2e768b
6 changed files with 47 additions and 1 deletions
8
documents/DYCOS/figures/graph-t2.tex
Normal file
8
documents/DYCOS/figures/graph-t2.tex
Normal file
|
@ -0,0 +1,8 @@
|
|||
\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}
|
Loading…
Add table
Add a link
Reference in a new issue