added column width options
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
#let normalize-units(value) = {
|
||||
if type(value) == int or type(value) == float {
|
||||
return value
|
||||
}
|
||||
if type(value) == length {
|
||||
return value / 1pt
|
||||
}
|
||||
panic("Unsupported type '" + str(type(value)) + "'")
|
||||
}
|
||||
#let get-participants-i(participants) = {
|
||||
let pars-i = (:)
|
||||
for (i, p) in participants.enumerate() {
|
||||
|
Reference in New Issue
Block a user