On Monday 14 June 2010 08:32:08 Taco Hoekwater wrote:
> Vyatcheslav Yatskovsky wrote:
> > Hello,
> > 
> > Strange, but if I specify margins for itemize, then "nowhite" losts its
> > effect, and I need to specify it again in every itemize group.
> > 
> > \setupitemize[1,leftmargin=1cm, rightmargin=1cm, nowhite]
> 
> Don't mix keywords and key-value pairs.
> 
>    \setupitemize[1,nowhite]
>    \setupitemize[leftmargin=1cm, rightmargin=1cm]
> 

This needs to be stressed in the documentation.
Is this a parsing restriction, or is this a syntax design goal?

This also means that it is an error to attempt:
    \startitemize[1,nowhite,leftmargin=1cm,rightmargin=1cm]
        \item ...
    \stopitemize

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