I'm trying to achieve the attached output style. I've had a look at the tutorial and tried things like this:
#set heading(numbering: "1.")
#set enum(numbering: "(a) (i) (I)")
= Heading
== This should be at enum at level 1, but the only way I can get it to work is as a heading.
+ This would be level 2.
+ As would this.
+ This should be level 3
+ As should this.
+ I would not go deeper than level 4.
As above, this only works if i use a heading as the 1.1 list entry, but this doesnt feel right, as it's not really a heading? There are also situations where I might need to have an indented block that appears under 1.1 but without a number and this setup doesnt work.
Aside from the above I also cant figure out how to set the spacing between the numbering and the text to achieve a consistent style as shown in the attached pic. Can anyone help?
Thanks