chronos/gallery/readme/simple_sequence.typ

17 lines
286 B
Plaintext
Raw Permalink 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")
_seq("Alice", "Bob", comment: "Hello")
_seq("Bob", "Bob", comment: "Think")
_seq("Bob", "Alice", comment: "Hi")
})