On Tue, 20 Mar 2012, Kip Warner wrote:
On Tue, 2012-03-20 at 06:46 +0100, Wolfgang Schuster wrote:
You can’t have a assignment in both parameters because this would lead to the same problem as before, combine both settings in one argument and it works.
I must not be doing it right because the item numbers are gone now and replaced with hyphens:
\startitemize[R,2*broad,before=\startlinecorrection,after= \stoplinecorrection,start=11] \setupitemize[left=(, right=)] \item foo. \item foo. \stopitemize
You are back to square one :) You cannot mix options (R, 2*broad, anything without an = sign) with assignments (before=..., after=..., anything with an = sign). The format of \startitemize is \startitemize[options][assignments] or \startitemize[options] or \startitemize[assignments] Anything else will leave to undersirable behaviour (or segfaults :) ) As I had said in one of my earlier emails, this is the case for ALL context macros that take both options and assignments. Aditya