Am 06.04.2012 um 17:40 schrieb Procházka Lukáš Ing. - Pontex s. r. o.:

> Hello,
> 
> is there an option for \startitemize or \setupitemize or \setupitemgroup:
> 
> ----
> \startitemize
>  \item A
>    \startitemize
>      \item B
>    \stopitemize
> \stopitemize
> ----
> 
> to get:
> 
> 1. A
>  1.1 B (= nested item has its parent numbers, too)
> 
> or rather
> 
> 1. A
> 1.1 B (= nested item has its parent numbers, too; no indenting of nested 
> items)
> 
> instead of
> 
> 1. A
>  1. B (= normal result)
> ?


The “repeat” is needed to show the number on the next level, the “intext” 
prevents the items from being indented.

\starttext

\startitemize[n,repeat,intext]
  \item A
  \startitemize[A,broad]
    \item B
  \stopitemize
\stopitemize

\stoptext

BTW: A minimal example should contain \starttext/\stoptext and in your case 
also the options for itemize.

Wolfgang
___________________________________________________________________________________
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to