Re: [NTG-context] Itemizing from zero

2011-06-16 Thread Kip Warner
On Thu, 2011-06-16 at 10:19 +0200, adam.revic...@kcl.ac.uk wrote:
> see: http://wiki.contextgarden.net/Enumerations
> 
> example:
> ---
> \starttext
> \startitemize[n][start=0]
> \dorecurse{3}{\item Lorem ipsum}
> \stopitemize
> \stoptext
> ---
> 
> Adam

Hello again, Adam, and thanks again. That worked. I always seem to look
in N-1 places, but you always remind me that it was in the Nth all
along.

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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
___

Re: [NTG-context] Itemizing from zero

2011-06-15 Thread Reviczky, Adam
> Hey folks,
> 
> I noticed some other people had issues with \startitemize[n] counting
> starting from zero as a bug a while ago. In my case, I need a specific
> list to start counting from zero.
> 
> Is there any way to do this?

see: http://wiki.contextgarden.net/Enumerations

example:
---
\starttext
\startitemize[n][start=0]
\dorecurse{3}{\item Lorem ipsum}
\stopitemize
\stoptext
---

Adam
___
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
___


[NTG-context] Itemizing from zero

2011-06-15 Thread Kip Warner
Hey folks,

I noticed some other people had issues with \startitemize[n] counting
starting from zero as a bug a while ago. In my case, I need a specific
list to start counting from zero.

Is there any way to do this?

-- 
Kip Warner -- Software Engineer
OpenPGP encrypted/signed mail preferred
http://www.thevertigo.com


signature.asc
Description: This is a digitally signed message part
___
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
___