[NTG-context] indentation of item separators

Pablo Rodriguez oinos at gmx.es
Mon Nov 9 20:34:26 CET 2020


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


More information about the ntg-context mailing list