14 Jun
2010
14 Jun
'10
7:44 a.m.
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