Am 17.09.2010 um 13:11 schrieb Philipp Gesang:

> On 2010-09-17 <12:31:41>, Wolfgang Schuster wrote:
>> \starttext
>> 
>> \startitemize[n][start=30]
>> \dorecurse{4}{\item text}
>> \stopitemize
>> 
>> \stoptext
> 
> Great, that's exactly what I was looking for. Now that we're at
> it: actually the spec wants this on per-item basis. This would
> amount to having another (apart from the reference) argument to
> “\item”, e.g.
> 
> ···8<····························································
> \startitemize[n]
> \item[n=1]  foo 
> \item[n=2]  bar 
> \item[n=3]  foo 
> \item[n=5]  bar 
> \item[n=8]  foo 
> \item[n=13] bar 
> \stopitemize
> ···8<····························································
> 
> Regardless of if there's a practical use for that: is this
> possible as well without resorting  to repeated \setnumber'ing?

\starttext
\startitemize
\sym{1.} text
\sym{2.} text
\sym{4.} text
\sym{7.} text
\sym{8.} text
\stopitemize
\stoptext

Wolfgang

___________________________________________________________________________________
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