소스 검색

added edge

Martin Thoma 11 년 전
부모
커밋
3a17f96ef0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      tikz/graph-content-and-structure/graph-content-and-structure.tex

+ 1 - 0
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);