Nadomesti črke z zgoščenimi vrednostmi
This commit is contained in:
parent
9043f60ee1
commit
b5b185c240
2 changed files with 1023 additions and 946 deletions
1954
git-intro.pdf
1954
git-intro.pdf
File diff suppressed because it is too large
Load diff
|
|
@ -65,14 +65,15 @@ Vsak *vnos* je *vozlišče* v grafu. Vsak vnos izhaja iz enega ali več staršev
|
||||||
#figure(
|
#figure(
|
||||||
diagram(node-stroke: 1pt, node-shape: pill,
|
diagram(node-stroke: 1pt, node-shape: pill,
|
||||||
{
|
{
|
||||||
|
let (Ah, Bh, Ch, Dh, Eh, Fh, Gh) = ("d93434", "2ca420", "dd0d98", "28782c", "710310", "3f2922","d2a671")
|
||||||
let (A, B, C, D, E, F, G) = ((0, 0), (1, 0), (2, 0), (3, 0), (4, 0), (2, 1), (3, 1))
|
let (A, B, C, D, E, F, G) = ((0, 0), (1, 0), (2, 0), (3, 0), (4, 0), (2, 1), (3, 1))
|
||||||
node(A, "A")
|
node(A, raw(Ah))
|
||||||
node(B, "B")
|
node(B, raw(Bh))
|
||||||
node(C, "C")
|
node(C, raw(Ch))
|
||||||
node(D, "D")
|
node(D, raw(Dh))
|
||||||
node(E, "E")
|
node(E, raw(Eh))
|
||||||
node(F, "F")
|
node(F, raw(Fh))
|
||||||
node(G, "G")
|
node(G, raw(Gh))
|
||||||
edge(B, A, "->")
|
edge(B, A, "->")
|
||||||
edge(C, B, "->")
|
edge(C, B, "->")
|
||||||
edge(D, C, "->")
|
edge(D, C, "->")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue