forked from HEL/chronos
improved column layout
This commit is contained in:
Binary file not shown.
@ -22,4 +22,10 @@ Alice <-- Bob: Another authentication Response
|
||||
import "/src/diagram.typ": *
|
||||
_seq("Bob", "Alice", comment: "bonjour", color: red)
|
||||
_seq("Alice", "Bob", comment: "ok", color: blue)
|
||||
})
|
||||
|
||||
#chronos.diagram({
|
||||
import "/src/diagram.typ": *
|
||||
_seq("Alice", "Bob", comment: "This is a test")
|
||||
_seq("Alice", "Callum", comment: "This is another test with a long text")
|
||||
})
|
Reference in New Issue
Block a user