#Aliasing a set command

4 messages · Page 1 of 1 (latest)

last pike
#

Is there a way to achieve this?

high canyon
#

?r ```
#let num(a, b, body) = {
set enum(numbering: a + ")" + b + ")")
body
}

#set enum(full: true)
#show: num.with("i", "1")

  • A
    • B
  • C
last pike
#

Thank you :)