added some styling options
This commit is contained in:
@ -1,12 +1,21 @@
|
||||
#import "renderer.typ": render
|
||||
|
||||
#let _seq(p1, p2, comment: none, style: auto) = {
|
||||
#let _seq(
|
||||
p1,
|
||||
p2,
|
||||
comment: none,
|
||||
dashed: false,
|
||||
tip: "default",
|
||||
color: black
|
||||
) = {
|
||||
return ((
|
||||
type: "seq",
|
||||
p1: p1,
|
||||
p2: p2,
|
||||
comment: comment,
|
||||
style: style
|
||||
dashed: dashed,
|
||||
tip: tip,
|
||||
color: color,
|
||||
),)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user