On Mon, 9 Nov 2020 at 20:35, Pablo Rodriguez <
oinos@gmx.es> wrote:
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,
Thanks again for the help, Pablo!