forked from HEL/chronos
		
	bumped to Typst 0.13.1 + cetz 0.3.4
This commit is contained in:
		| @@ -14,8 +14,10 @@ _ret(comment: [bye]) | ||||
| ```) | ||||
|  | ||||
| #let seq-comm-align = example(``` | ||||
| _par("p1", display-name: "Start participant") | ||||
| _par("p2", display-name: "End participant") | ||||
| _par("p1", | ||||
|      display-name: "Start participant") | ||||
| _par("p2", | ||||
|      display-name: "End participant") | ||||
| let alignments = ( | ||||
|   "start", "end", | ||||
|   "left", "right", | ||||
| @@ -103,15 +105,15 @@ _par("a", display-name: "Alice") | ||||
| _par("b", display-name: "Bob") | ||||
|  | ||||
| _loop("default loop", { | ||||
|   _seq("a", "b", comment: "Are you here ?") | ||||
|   _seq("a", "b", comment: "Are you here?") | ||||
| }) | ||||
| _gap() | ||||
| _loop("min loop", min: 1, { | ||||
|   _seq("a", "b", comment: "Are you here ?") | ||||
|   _seq("a", "b", comment: "Are you here?") | ||||
| }) | ||||
| _gap() | ||||
| _loop("min-max loop", min: 1, max: 5, { | ||||
|   _seq("a", "b", comment: "Are you still here ?") | ||||
|   _seq("a", "b", comment: "Are you still here?") | ||||
| }) | ||||
| ```) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user