Add abstract and project organization

This commit is contained in:
2024-12-02 17:25:39 +02:00
parent 91eca5ce41
commit 684b56bd9a
7 changed files with 282 additions and 47 deletions

88
doc.typ Normal file
View File

@@ -0,0 +1,88 @@
#import "@preview/tablex:0.0.9": tablex
#let vspace = 1fr
#heading(numbering: none, outlined: false, "Dokumentārā lapa")
#v(vspace)
Kvalifikācijas darbs "Spēles izstrāde, izmantojot Bevy spēļu dzinēju" ir
izstrādāts Latvijas Universitātes eksakto zinātņu un tehnoloģiju fakultātē.
Darba autors apliecina, ka darbs ir veikts patstāvīgi, un ir izmantoti tikai
tajā norādītie informācijas avoti.
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Darba autors:",
[
Kristiāns Francis Cagulis, kc22015
],
),
)
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Darba vadītājs:",
"prof. Mg. dat. Jānis Iljins",
),
)
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Darba galīgā versija izgatavota:",
"x.01.2025.",
),
)
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Darba iesniegšanas datums:",
"06.01.2025.",
),
)
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Darba aizstāvēšanas datums:",
"x.01.2025.",
),
)
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Komisijas vērtējums:",
line(length: 100%, start: (0pt, 10pt)),
),
)
#v(vspace)
#figure(
tablex(
stroke: none,
columns: (1fr, 1fr),
"Komisijas sastāvs:",
[
#line(length: 100%, start: (0pt, 10pt))
#line(length: 100%, start: (0pt, 30pt))
#line(length: 100%, start: (0pt, 40pt))
],
),
)