gitweb on Svarog

projekti pod git sistemom za održavanje verzija -- projects under the git version control system
slika za roditelja sa puno dece izmenjena da prikazuje vrednost j
authorDoni Pracner <quinnuendo@gmail.com>
Mon, 17 Feb 2014 18:08:57 +0000 (19:08 +0100)
committerDoni Pracner <quinnuendo@gmail.com>
Mon, 17 Feb 2014 18:08:57 +0000 (19:08 +0100)
skripta-os2.tex

index b638d78..1a6ae56 100644 (file)
@@ -634,14 +634,14 @@ END;
 \begin{minipage}{0.4\textwidth}
 \begin{tikzpicture}
 [proc/.style={circle,draw}]
-\def \n {5}
-\node[proc] (1) at (0,0) {1};
-\foreach \s in {2,...,\n}
+\def \n {3}
+\node[proc] (top) at (0,0) {0..4};
+\foreach \s in {0,...,\n}
 {
-  \node[proc] (\s) at (-3.5+\s,-2) {\s};
+  \node[proc] (\s) at (-1.5+\s,-2) {\s};
 }
-\foreach \s in {2,...,\n} {
-  \draw [->] (1) to (\s);
+\foreach \s in {0,...,\n} {
+  \draw [->] (top) to (\s);
 }
 \end{tikzpicture}
 \end{minipage}
Svarog.pmf.uns.ac.rs/gitweb maintanance Doni Pracner