Different parameters for a continuing itemization
I use \startitemize[continue] quite a lot to create itemised lists which continue on from the last number of the previous list. I've only just noticed that the 'continue' keyword seems to mean that parameters in the second [...=...] list of a \startitemize are ignored. Example (tested on live @ contextgarden): \setupcolors[state=start] \starttext Hello world! \startitemize[n][color=blue,stopper={jkl}] \item Hello world! \item Hello world! \stopitemize Hello world! \startitemize[n,inmargin,continue][color=red,stopper={mnb}] \item Hello world! \item Hello world! \stopitemize \stoptext Note that the inmargin keyword in the second \startitemize does seem to work, but the parameters in the second set of [...=...] are ignored. I would really like to be able to continue numbering but be able to override formatting in the continuing list. I *thought* I had been able to do this before, but maybe not. If continue needs to keep this behaviour, is there any chance of a new continuenumberingonly keyword, or similar? :-) (The real world example involves moving from numbering in columns to numbering in the margin, but I need to adjust the width parameter for the continuing list, and it won't let me.) Thanks for any and all help. Duncan
participants (1)
-
Duncan Hothersall