extract arguments and add title pages disabling

This commit is contained in:
2025-10-10 17:42:03 +02:00
parent 3822ce3a98
commit 6e5604705e
8 changed files with 338 additions and 181 deletions

View File

@@ -309,3 +309,11 @@
}
mapper(value)
}
#let deref(arr) = {
if arr.len() == 0 {
arr.at(0)
} else {
arr
}
}