How can I number a nested list with "(1)" and "a)" markers?

Hey guys i have a question about numbering is there any way in typst to make it look like this if yes pls tell me how thank you for your help :slight_smile:

Have you looked at packages like numbly โ€“ Typst Universe or numblex โ€“ Typst Universe?

Or even the docs Numbering Function โ€“ Typst Documentation?

1 Like

not much of a reader but if you would or can help owuld be nice

Well myself I am more of a reader than a writer but Iโ€™ve pointed you in the right direction. Perhaps someone else will want to do the work for you, who knows?
Lots of references on this on this forum if you search for numbering.

Good luck!

Edit: See below as this is a duplicate, the answer was already here on the forum.

2 Likes

Duplicate of:

Adapted answer from How to use different numbering formats for each enumerated list level? - #4 by PiotrPyclik

#import "@preview/numbly:0.1.0": numbly

#set enum(
  full:true, 
  numbering: numbly("({1:1})", "{2:a})" )
)

+ #lorem(20)
+ #lorem(20)

  + #lorem(10)
  + #lorem(10)
  + #lorem(20)

+ #lorem(20)
1 Like

Duplicate of

Thanks for pointing it out @vmartel08! @Mert_Karavin, feel free to flag your own post/message me if you think this is an error.

Also, if I may add, telling people that youโ€™re not willing to read their answers will not motivate people to help you.