#Aliasing a set command
4 messages · Page 1 of 1 (latest)
?r ```
#let num(a, b, body) = {
set enum(numbering: a + ")" + b + ")")
body
}
#set enum(full: true)
#show: num.with("i", "1")
- A
- B
- C
Thank you :)
4 messages · Page 1 of 1 (latest)
Is there a way to achieve this?
?r ```
#let num(a, b, body) = {
set enum(numbering: a + ")" + b + ")")
body
}
#set enum(full: true)
#show: num.with("i", "1")
Thank you :)