extract arguments and add title pages disabling
This commit is contained in:
@@ -309,3 +309,11 @@
|
||||
}
|
||||
mapper(value)
|
||||
}
|
||||
|
||||
#let deref(arr) = {
|
||||
if arr.len() == 0 {
|
||||
arr.at(0)
|
||||
} else {
|
||||
arr
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user