On Sun, 3 Nov 2013, Wolfgang Schuster wrote:


Am 03.11.2013 um 19:04 schrieb Xan <dxpubl...@telefonica.net>:

Hi,

Is possible to set \setupitemize *only* applying for \startitemize[a] with have 
[right=),stopper=]?

I did not find in wiki. Only for levels, not for symbols type.

No, this is not supported.

One option is to use a dedicated itemgroup:

\defineitemgroup[parenlist][symbol=a, right=), stopper=]
\starttext
\startitemize[n]
  \item One
  \item Two
    \startparenlist
    \item One
    \item Two
    \stopparenlist
  \item Three
    \startitemize[n]
     \item One
     \item Two
   \stopitemize
\stopitemize
\stoptext

Aditya
___________________________________________________________________________________
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