added column width options

This commit is contained in:
2024-10-04 15:11:45 +02:00
parent 647d50e125
commit 56cc1b11c0
10 changed files with 90 additions and 3 deletions

View File

@ -18,6 +18,17 @@
),)
}
#let _col(p1, p2, width: auto, margin: 0, min-width: 0) = {
return ((
type: "col",
p1: p1,
p2: p2,
width: width,
margin: margin,
min-width: min-width
),)
}
#let diagram(elements, width: auto) = {
if elements == none {
return