s10e-present/test.typ

19 lines
281 B
Text
Raw Permalink Normal View History

2025-02-16 21:50:01 +00:00
#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
]