chronos/gallery/readme/boilerplate.typ

13 lines
167 B
Typst
Raw Normal View History

2024-09-30 15:19:36 +02:00
#import "/src/lib.typ" as chronos
#set page(
width: auto,
height: auto,
margin: 0.5cm
)
#chronos.diagram({
import chronos: *
_par("Alice")
_par("Bob")
})