This commit is contained in:
Schrottkatze 2025-02-16 22:50:01 +01:00
commit e9cd7b41c2
No known key found for this signature in database
4 changed files with 132 additions and 0 deletions

18
test.typ Normal file
View file

@ -0,0 +1,18 @@
#import "src/lib.typ": init-presentation, slide;
#init-presentation(
topics: (
("Red", red),
("Green", green),
("Blue", blue),
("Yellow", yellow),
("Magenta", purple),
),
)
#set page(fill: rgb("222"))
#set text(fill: white)
#slide[
= Big Title Slide
]