13 lines
168 B
Typst
13 lines
168 B
Typst
// main.typ
|
|
#import "/globals.typ": *
|
|
|
|
#show link: underline
|
|
#show link: set text(stroke: blue)
|
|
#show: init
|
|
#show strong: alert
|
|
#show: slides
|
|
|
|
|
|
|
|
#include "content.typ"
|