mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
28 lines
750 B
Plaintext
28 lines
750 B
Plaintext
#import "@preview/i-figured:0.2.4"
|
|
|
|
#heading("Pielikumi", numbering: none)
|
|
#set figure(numbering: "1")
|
|
#set figure(kind: "attachment", supplement: "pielikums")
|
|
|
|
#figure(
|
|
caption: [Pilns "hexlab" bibliotēkas testu rezultāts],
|
|
image("../assets/images/tests/hexlab-full.png", height: 90%),
|
|
) <tests-hexlab-full>
|
|
|
|
|
|
#figure(
|
|
caption: [Tarpaulin rīka rezultāts "hexlab" bibliotēkai],
|
|
image("../assets/images/tests/tarpaulin/hexlab.png"),
|
|
) <tarpaulin-hexlab>
|
|
|
|
|
|
#figure(
|
|
caption: [Tokei rīka rezultāts "Maze Ascension" spēlei],
|
|
image("../assets/images/tokei/maze-ascension.png"),
|
|
) <tokei-maze-ascension>
|
|
|
|
#figure(
|
|
caption: [Tokei rīka rezultāts "hexlab" bibliotēkai],
|
|
image("../assets/images/tokei/hexlab.png"),
|
|
) <tokei-hexlab>
|