mirror of
https://github.com/kristoferssolo/Qualification-Thesis.git
synced 2025-10-21 20:10:37 +00:00
reafctor: update file structure
This commit is contained in:
parent
47cdcca4cd
commit
69fae7946d
13
main.typ
13
main.typ
@ -2,11 +2,11 @@
|
|||||||
#import "@preview/i-figured:0.2.4"
|
#import "@preview/i-figured:0.2.4"
|
||||||
#import "@preview/tablex:0.0.9": tablex, rowspanx, colspanx, cellx
|
#import "@preview/tablex:0.0.9": tablex, rowspanx, colspanx, cellx
|
||||||
#import "@preview/wordometer:0.1.3": word-count, total-words
|
#import "@preview/wordometer:0.1.3": word-count, total-words
|
||||||
#import "layout.typ": project, indent-par
|
#import "src/layout.typ": project, indent-par
|
||||||
#import "@preview/fletcher:0.5.3" as fletcher: diagram, node, edge
|
#import "@preview/fletcher:0.5.3" as fletcher: diagram, node, edge
|
||||||
#import fletcher.shapes: diamond
|
#import fletcher.shapes: diamond
|
||||||
#import "utils.typ": *
|
#import "src/utils.typ": *
|
||||||
#import "diagrams.typ": *
|
#import "src/diagrams.typ": *
|
||||||
#show: word-count
|
#show: word-count
|
||||||
|
|
||||||
#show: project.with(
|
#show: project.with(
|
||||||
@ -1482,7 +1482,6 @@ atgriežas un mēģina citu ceļu.
|
|||||||
diagram(
|
diagram(
|
||||||
spacing: (0em, 3em),
|
spacing: (0em, 3em),
|
||||||
{
|
{
|
||||||
|
|
||||||
terminal-node((0, 0))
|
terminal-node((0, 0))
|
||||||
std-edge()
|
std-edge()
|
||||||
|
|
||||||
@ -1662,7 +1661,6 @@ atgriežas un mēģina citu ceļu.
|
|||||||
|
|
||||||
action-node((1, 5), [Atjaunina pašreizējā un\ nākamā stāvu marķierus])
|
action-node((1, 5), [Atjaunina pašreizējā un\ nākamā stāvu marķierus])
|
||||||
std-edge("l,uu,l")
|
std-edge("l,uu,l")
|
||||||
|
|
||||||
}),
|
}),
|
||||||
),
|
),
|
||||||
) <floor-transition-diagram>
|
) <floor-transition-diagram>
|
||||||
@ -2108,9 +2106,8 @@ Projekta turpmākās attīstības iespējas ietver:
|
|||||||
"bibliography.yml",
|
"bibliography.yml",
|
||||||
)
|
)
|
||||||
|
|
||||||
#include "attachments.typ"
|
#include "src/attachments.typ"
|
||||||
#include "code.typ"
|
#include "src/code.typ"
|
||||||
#include "doc.typ"
|
|
||||||
|
|
||||||
// #pagebreak()
|
// #pagebreak()
|
||||||
// #total-words words
|
// #total-words words
|
||||||
|
|||||||
@ -6,22 +6,22 @@
|
|||||||
|
|
||||||
#figure(
|
#figure(
|
||||||
caption: [Pilns "hexlab" bibliotēkas testu rezultāts],
|
caption: [Pilns "hexlab" bibliotēkas testu rezultāts],
|
||||||
image("assets/images/tests/hexlab-full.png", height: 90%),
|
image("../assets/images/tests/hexlab-full.png", height: 90%),
|
||||||
) <tests-hexlab-full>
|
) <tests-hexlab-full>
|
||||||
|
|
||||||
|
|
||||||
#figure(
|
#figure(
|
||||||
caption: [Tarpaulin rīka rezultāts "hexlab" bibliotēkai],
|
caption: [Tarpaulin rīka rezultāts "hexlab" bibliotēkai],
|
||||||
image("assets/images/tests/tarpaulin/hexlab.png"),
|
image("../assets/images/tests/tarpaulin/hexlab.png"),
|
||||||
) <tarpaulin-hexlab>
|
) <tarpaulin-hexlab>
|
||||||
|
|
||||||
|
|
||||||
#figure(
|
#figure(
|
||||||
caption: [Tokei rīka rezultāts "Maze Ascension" spēlei],
|
caption: [Tokei rīka rezultāts "Maze Ascension" spēlei],
|
||||||
image("assets/images/tokei/maze-ascension.png"),
|
image("../assets/images/tokei/maze-ascension.png"),
|
||||||
) <tokei-maze-ascension>
|
) <tokei-maze-ascension>
|
||||||
|
|
||||||
#figure(
|
#figure(
|
||||||
caption: [Tokei rīka rezultāts "hexlab" bibliotēkai],
|
caption: [Tokei rīka rezultāts "hexlab" bibliotēkai],
|
||||||
image("assets/images/tokei/hexlab.png"),
|
image("../assets/images/tokei/hexlab.png"),
|
||||||
) <tokei-hexlab>
|
) <tokei-hexlab>
|
||||||
@ -2,19 +2,19 @@
|
|||||||
|
|
||||||
#codeblock(
|
#codeblock(
|
||||||
[Labirinta būvētāja implementācijas piemērs],
|
[Labirinta būvētāja implementācijas piemērs],
|
||||||
"assets/code/hexlab/builder.rs",
|
"../assets/code/hexlab/builder.rs",
|
||||||
)
|
)
|
||||||
#codeblock(
|
#codeblock(
|
||||||
[Labirinta sienu reprezentācijas piemērs],
|
[Labirinta sienu reprezentācijas piemērs],
|
||||||
"assets/code/hexlab/walls.rs",
|
"../assets/code/hexlab/walls.rs",
|
||||||
)
|
)
|
||||||
|
|
||||||
#codeblock(
|
#codeblock(
|
||||||
[Labirinta stāvu implementācijas piemērs],
|
[Labirinta stāvu implementācijas piemērs],
|
||||||
"assets/code/maze-ascension/floor.rs",
|
"../assets/code/maze-ascension/floor.rs",
|
||||||
)
|
)
|
||||||
|
|
||||||
#codeblock(
|
#codeblock(
|
||||||
[Labirinta ģenerācijas implementācijas piemērs],
|
[Labirinta ģenerācijas implementācijas piemērs],
|
||||||
"assets/code/maze-ascension/maze_generation.rs",
|
"../assets/code/maze-ascension/maze_generation.rs",
|
||||||
)
|
)
|
||||||
Loading…
Reference in New Issue
Block a user