ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* indentation of item separators
@ 2020-11-09 19:09 Sylvain Hubert
  2020-11-09 19:34 ` Pablo Rodriguez
  0 siblings, 1 reply; 3+ messages in thread
From: Sylvain Hubert @ 2020-11-09 19:09 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 313 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 512 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: indentation of item separators
  2020-11-09 19:09 indentation of item separators Sylvain Hubert
@ 2020-11-09 19:34 ` Pablo Rodriguez
  2020-11-09 19:53   ` Sylvain Hubert
  0 siblings, 1 reply; 3+ messages in thread
From: Pablo Rodriguez @ 2020-11-09 19:34 UTC (permalink / raw)
  To: ntg-context

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 : ntg-context@ntg.nl / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: indentation of item separators
  2020-11-09 19:34 ` Pablo Rodriguez
@ 2020-11-09 19:53   ` Sylvain Hubert
  0 siblings, 0 replies; 3+ messages in thread
From: Sylvain Hubert @ 2020-11-09 19:53 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 745 bytes --]

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!

Sylvain

[-- Attachment #1.2: Type: text/html, Size: 1227 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-09 19:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09 19:09 indentation of item separators Sylvain Hubert
2020-11-09 19:34 ` Pablo Rodriguez
2020-11-09 19:53   ` Sylvain Hubert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).