From 3a17f96ef066d74e020a1171064a1db5720a099f Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sat, 25 Jan 2014 23:21:43 +0100 Subject: [PATCH] added edge --- tikz/graph-content-and-structure/graph-content-and-structure.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/tikz/graph-content-and-structure/graph-content-and-structure.tex b/tikz/graph-content-and-structure/graph-content-and-structure.tex index ca247e4..a8130aa 100644 --- a/tikz/graph-content-and-structure/graph-content-and-structure.tex +++ b/tikz/graph-content-and-structure/graph-content-and-structure.tex @@ -32,6 +32,7 @@ \draw[edge] (h) edge (e); \draw[edge] (e) edge (z); \draw[edge] (i) edge (y); + \draw[edge] (y) edge (d); \draw [dashed] (-0.3,-0.3) rectangle (2.3,2.3); \draw [dashed] (2.5,2.3) rectangle (5, -0.3);