indentation of item separators
Dear List, In the following example, what is indented is the text instead of the numbers. \starttext \startitemize[n, packed][indenting=2em] \item abc \item def \item ghi \stopitemize \stoptext Does anyone know how to indent the whole item group altogether? Thanks! Best, Sylvain
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
On Mon, 9 Nov 2020 at 20:35, Pablo Rodriguez
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! Sylvain
participants (2)
-
Pablo Rodriguez
-
Sylvain Hubert