Dodaj slike v tex verzijo

This commit is contained in:
Martin Vuk 2026-01-14 13:10:02 +01:00
parent eb034aff97
commit 65af0b39b0
10 changed files with 724 additions and 4 deletions

View file

@ -0,0 +1,2 @@
#set page(width: auto, height: auto, margin: 5mm)
#include "branch-move.typ"

View file

@ -0,0 +1,2 @@
#set page(width: auto, height: auto, margin: 5mm)
#include "branches-tags.typ"

View file

@ -0,0 +1,2 @@
#set page(width: auto, height: auto, margin: 5mm)
#include "commit-history.typ"

View file

@ -0,0 +1,2 @@
#set page(width: auto, height: auto, margin: 5mm)
#include "file-graph.typ"

View file

@ -0,0 +1,2 @@
#set page(width: auto, height: auto, margin: 5mm)
#include "head-index.typ"

View file

@ -0,0 +1,2 @@
#set page(width: auto, height: auto, margin: 5mm)
#include "object-storage.typ"

View file

@ -11,9 +11,9 @@
blabla((0, 0.5), name:<blabla>)
file-object((0, 1.5),"33476f", name:<bla1>)[bla!]
tree-object((2, 0), "5e12fg", name:<koren0>)[koren]
tree-object((2, 1), "32e4f1", name: <koren1>)[koren]
commit-object((4, 0), "7e43a1", name: <commit0>)[Prvi vnos]
commit-object((4, 1), "4ef531", name: <commit1>)[Popravi bla.txt]
tree-object((2, 1), "32e4f1", name:<koren1>)[koren]
commit-object((4, 0), "7e43a1", name:<commit0>)[Prvi vnos]
commit-object((4, 1), "4ef531", name:<commit1>)[Popravi bla.txt]
edge(<commit0>, <koren0>, "->")
edge(<commit1>, <koren1>, "->")
edge(<commit1>, <commit0>, "->")[starš]