init
This commit is contained in:
commit
e9cd7b41c2
4 changed files with 132 additions and 0 deletions
18
test.typ
Normal file
18
test.typ
Normal 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
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue