-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReSet.typ
72 lines (66 loc) · 2.2 KB
/
ReSet.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
#import "templates/template.typ": *
#show link: set text(fill: blue)
#let abstract = {
[
#include "sections/abstract.typ"
]
}
#let acknowledgements = {
[
We would like to express our sincerest gratitude to Prof. Dr. Frieder Loch for
advising us throughout our project. His guidance and support have been
invaluable to us. We are also grateful to our testers who took the time to test
our product and share valuable feedback. Their input has been instrumental in
helping us make improvements to our product. We would also like to acknowledge
the OST for providing us with the opportunity to work on this project.
]
}
#let appendix = [
#pagebreak()
#section("Appendix")
#include "sections/appendix/management_summary.typ"
#pagebreak()
#include "sections/appendix/projectplan.typ"
#pagebreak()
#include "sections/appendix/requirements.typ"
#pagebreak()
#include "sections/appendix/risks.typ"
#pagebreak()
#include "sections/appendix/user_tests.typ"
#pagebreak()
#include "sections/appendix/api.typ"
#pagebreak()
#include "sections/appendix/hyprland_plugin.typ"
#pagebreak()
#include "sections/appendix/libraries.typ"
#pagebreak()
#include "sections/appendix/retrospective.typ"
#pagebreak()
#include "sections/appendix/meeting.typ"
#pagebreak()
#include "sections/appendix/time_report.typ"
]
#show: doc => conf(
author: "Fabio Lenherr / Felix Tran", "Prof. Dr. Frieder Loch", "Introduction of a Plugin System for ReSet", "", "/figures/ReSet1.png", 25%, "/figures/OST.svg", 40%, "School of Computer Science", "OST Eastern Switzerland University of Applied Sciences", "../files/bibliography.yml", abstract, acknowledgements, appendix, doc,
)
#file.step()
#include "sections/introduction.typ"
#pagebreak()
#include "sections/Prelude.typ"
#pagebreak()
#include "sections/literature.typ"
#pagebreak()
#include "sections/existing_systems.typ"
#pagebreak()
#include "sections/comparison.typ"
#pagebreak()
#include "sections/result.typ"
#pagebreak()
#include "sections/existing_plugin_functionality.typ"
#pagebreak()
#include "sections/exemplary_plugin_results.typ"
#pagebreak()
#include "sections/distribution.typ"
#pagebreak()
#include "sections/conclusion.typ"
#pagebreak()