chronos/gallery/readme/boilerplate.typ

13 lines
167 B
Plaintext
Raw Normal View History

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