On 11/9/20 8:09 PM, Sylvain Hubert wrote: > Dear List, > > In the following example, what is indented is the text instead of the > numbers. > [...] > Does anyone know how to indent the whole item group altogether?
Hi Sylvain, margin is the option here, not indenting. You can see the difference: \showframe\showgrid \starttext \startitemize[n, packed][indenting=2em] \item abc \stopitemize \startitemize[n, packed][margin=2em] \item def \stopitemize \startitemize[n, packed][margin=2em,indenting=2em] \item ghi \stopitemize \stoptext I hope it helps, Pablo -- http://www.ousia.tk ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
