s10e-present/test.typ
2025-02-16 22:50:01 +01:00

18 lines
281 B
Text

#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
]